#35AFCD

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

Shades of Summer Sky #35AFCD

Tints of Summer Sky #35AFCD

Color information

#35AFCD (or 0x35AFCD) is unknown color: approx Summer Sky. HEX triplet: 35, AF and CD. RGB value is (53,175,205). Sum of RGB (Red+Green+Blue) = 53+175+205=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #35AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AFCD is #CA5032. Grayscale: #8D8D8D. Windows color (decimal): -13258803 or 13479733. OLE color: 13479733.

HSL color Cylindrical-coordinate representation of color #35AFCD: hue angle of 191.84º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35AFCD is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53175205-
CMYK0.740.1500.20
HSL191.84º60.32%50.59%-
HSV(B)191.84º74.15%80.39%-
XYZ27.8235.8263.21-
YUV141.94163.5864.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.24%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=12.24%
G=40.42%
B=47.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531752050.740.1500.20191.8460.3250.59
Hex35AFCD4AF014c03c33
Octal65257315112170243007463
Binary11010110101111110011011001010111101010011000000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35AFCD; }

 p { color: rgb(53,175,205); }

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

<style>
 a { background-color: #35AFCD; }

 a { background-color: rgb(53,175,205); }

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

<style>
 span { border-color: #35AFCD; }

 span { border-color: rgb(53,175,205); }

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