#3bafef

Color #3BAFEF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3BAFEF

Tints of Summer Sky #3BAFEF

Color information

#3BAFEF (or 0x3BAFEF) is unknown color: approx Summer Sky. HEX triplet: 3B, AF and EF. RGB value is (59,175,239). Sum of RGB (Red+Green+Blue) = 59+175+239=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFEF is #C45010. Grayscale: #939393. Windows color (decimal): -12865553 or 15707963. OLE color: 15707963.

HSL color Cylindrical-coordinate representation of color #3BAFEF: hue angle of 201.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BAFEF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB59175239-
CMYK0.750.2700.06
HSL201.33º84.91%58.43%-
HSV(B)201.33º75.31%93.73%-
XYZ32.7137.8287.24-
YUV147.61179.5764.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 12.47%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 239 (93.75% from 255) = 50.53%
R=12.47%
G=37.00%
B=50.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal591752390.750.2700.06201.3384.9158.43
Hex3BAFEF4B1B06c9553a
Octal73257357113330631112572
Binary11101110101111111011111001011110110110110010011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bafef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3bafef; }

 p { color: rgb(59,175,239); }

 H1.HeaderClassName
 {
   color: #3bafef;
 }
 .AnyTagClassName
 {
   color: #3bafef;
 }
</style>
background-color css

<style>
 a { background-color: #3bafef; }

 a { background-color: rgb(59,175,239); }

 div.DivClassName
 {
   background-color: #3bafef;
 }
 .BgClassName
 {
   background-color: #3bafef;
 }
</style>
border-color css

<style>
 span { border-color: #3bafef; }

 span { border-color: rgb(59,175,239); }

 td.TdClassName
 {
   border-color: #3bafef;
 }
 .TagClassName
 {
   border-color: #3bafef;
 }
</style>