#35B0D2

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

Shades of Summer Sky #35B0D2

Tints of Summer Sky #35B0D2

Color information

#35B0D2 (or 0x35B0D2) is unknown color: approx Summer Sky. HEX triplet: 35, B0 and D2. RGB value is (53,176,210). Sum of RGB (Red+Green+Blue) = 53+176+210=439 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.07% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #35B0D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35B0D2 is #CA4F2D. Grayscale: #8E8E8E. Windows color (decimal): -13258542 or 13807669. OLE color: 13807669.

HSL color Cylindrical-coordinate representation of color #35B0D2: hue angle of 192.99º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35B0D2 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB53176210-
CMYK0.750.1600.18
HSL192.99º63.56%51.57%-
HSV(B)192.99º74.76%82.35%-
XYZ28.6336.4666.5-
YUV143.1165.7563.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.07%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 210 (82.42% from 255) = 47.84%
R=12.07%
G=40.09%
B=47.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal531762100.750.1600.18192.9963.5651.57
Hex35B0D24B10012c14034
Octal652603221132002230110064
Binary1101011011000011010010100101110000010010110000011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,176,210); }

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

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

 a { background-color: rgb(53,176,210); }

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

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

 span { border-color: rgb(53,176,210); }

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