#35B3CD

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

Shades of Summer Sky #35B3CD

Tints of Summer Sky #35B3CD

Color information

#35B3CD (or 0x35B3CD) is unknown color: approx Summer Sky. HEX triplet: 35, B3 and CD. RGB value is (53,179,205). Sum of RGB (Red+Green+Blue) = 53+179+205=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #35B3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B3CD is #CA4C32. Grayscale: #909090. Windows color (decimal): -13257779 or 13480757. OLE color: 13480757.

HSL color Cylindrical-coordinate representation of color #35B3CD: hue angle of 190.26º 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 #35B3CD is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53179205-
CMYK0.740.1300.20
HSL190.26º60.32%50.59%-
HSV(B)190.26º74.15%80.39%-
XYZ28.6137.463.47-
YUV144.29162.2662.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=12.13%
G=40.96%
B=46.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531792050.740.1300.20190.2660.3250.59
Hex35B3CD4AD014be3c33
Octal65263315112150242767463
Binary11010110110011110011011001010110101010010111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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