#35B5DD

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

Shades of Summer Sky #35B5DD

Tints of Summer Sky #35B5DD

Color information

#35B5DD (or 0x35B5DD) is unknown color: approx Summer Sky. HEX triplet: 35, B5 and DD. RGB value is (53,181,221). Sum of RGB (Red+Green+Blue) = 53+181+221=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #35B5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B5DD is #CA4A22. Grayscale: #939393. Windows color (decimal): -13257251 or 14529845. OLE color: 14529845.

HSL color Cylindrical-coordinate representation of color #35B5DD: hue angle of 194.29º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35B5DD is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53181221-
CMYK0.760.1800.13
HSL194.29º71.19%53.73%-
HSV(B)194.29º76.02%86.67%-
XYZ31.0439.0374.3-
YUV147.29169.5960.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.65%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=11.65%
G=39.78%
B=48.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal531812210.760.1800.13194.2971.1953.73
Hex35B5DD4C120Dc24736
Octal652653351142201530210766
Binary110101101101011101110110011001001001101110000101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,221); }

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

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

 a { background-color: rgb(53,181,221); }

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

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

 span { border-color: rgb(53,181,221); }

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