#35A9D8

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

Shades of Summer Sky #35A9D8

Tints of Summer Sky #35A9D8

Color information

#35A9D8 (or 0x35A9D8) is unknown color: approx Summer Sky. HEX triplet: 35, A9 and D8. RGB value is (53,169,216). Sum of RGB (Red+Green+Blue) = 53+169+216=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #35A9D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A9D8 is #CA5627. Grayscale: #8B8B8B. Windows color (decimal): -13260328 or 14199093. OLE color: 14199093.

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

Color convert

RGB53169216-
CMYK0.750.2200.15
HSL197.3º67.63%52.75%-
HSV(B)197.3º75.46%84.71%-
XYZ28.0534.0970.07-
YUV139.67171.0766.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.10%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 216 (84.77% from 255) = 49.32%
R=12.10%
G=38.58%
B=49.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal531692160.750.2200.15197.367.6352.75
Hex35A9D84B160Fc54435
Octal652513301132601730510465
Binary110101101010011101100010010111011001111110001011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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