#35B9DA

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

Shades of Summer Sky #35B9DA

Tints of Summer Sky #35B9DA

Color information

#35B9DA (or 0x35B9DA) is unknown color: approx Summer Sky. HEX triplet: 35, B9 and DA. RGB value is (53,185,218). Sum of RGB (Red+Green+Blue) = 53+185+218=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #35B9DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B9DA is #CA4625. Grayscale: #959595. Windows color (decimal): -13256230 or 14334261. OLE color: 14334261.

HSL color Cylindrical-coordinate representation of color #35B9DA: hue angle of 192º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35B9DA is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB53185218-
CMYK0.760.1500.15
HSL192º69.04%53.14%-
HSV(B)192º75.69%85.49%-
XYZ31.4740.5272.49-
YUV149.29166.7759.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.62%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 218 (85.55% from 255) = 47.81%
R=11.62%
G=40.57%
B=47.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal531852180.760.1500.1519269.0453.14
Hex35B9DA4CF0Fc04535
Octal652713321141701730010565
Binary11010110111001110110101001100111101111110000001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,185,218); }

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

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

 a { background-color: rgb(53,185,218); }

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

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

 span { border-color: rgb(53,185,218); }

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