#33AFCE

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

Shades of Summer Sky #33AFCE

Tints of Summer Sky #33AFCE

Color information

#33AFCE (or 0x33AFCE) is unknown color: approx Summer Sky. HEX triplet: 33, AF and CE. RGB value is (51,175,206). Sum of RGB (Red+Green+Blue) = 51+175+206=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #33AFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AFCE is #CC5031. Grayscale: #8D8D8D. Windows color (decimal): -13389874 or 13545267. OLE color: 13545267.

HSL color Cylindrical-coordinate representation of color #33AFCE: hue angle of 192º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33AFCE is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB51175206-
CMYK0.750.1500.19
HSL192º61.26%50.39%-
HSV(B)192º75.24%80.78%-
XYZ27.8435.8263.84-
YUV141.46164.4263.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.81%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=11.81%
G=40.51%
B=47.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal511752060.750.1500.1919261.2650.39
Hex33AFCE4BF013c03d32
Octal63257316113170233007562
Binary11001110101111110011101001011111101001111000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33AFCE; }

 p { color: rgb(51,175,206); }

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

<style>
 a { background-color: #33AFCE; }

 a { background-color: rgb(51,175,206); }

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

<style>
 span { border-color: #33AFCE; }

 span { border-color: rgb(51,175,206); }

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