#35A9DC

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

Shades of Summer Sky #35A9DC

Tints of Summer Sky #35A9DC

Color information

#35A9DC (or 0x35A9DC) is unknown color: approx Summer Sky. HEX triplet: 35, A9 and DC. RGB value is (53,169,220). Sum of RGB (Red+Green+Blue) = 53+169+220=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #35A9DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A9DC is #CA5623. Grayscale: #8B8B8B. Windows color (decimal): -13260324 or 14461237. OLE color: 14461237.

HSL color Cylindrical-coordinate representation of color #35A9DC: hue angle of 198.32º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35A9DC is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB53169220-
CMYK0.760.2300.14
HSL198.32º70.46%53.53%-
HSV(B)198.32º75.91%86.27%-
XYZ28.5734.372.82-
YUV140.13173.0765.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.99%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=11.99%
G=38.24%
B=49.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal531692200.760.2300.14198.3270.4653.53
Hex35A9DC4C170Ec64636
Octal652513341142701630610666
Binary110101101010011101110010011001011101110110001101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,169,220); }

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

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

 a { background-color: rgb(53,169,220); }

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

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

 span { border-color: rgb(53,169,220); }

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