#35A9EA

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

Shades of Summer Sky #35A9EA

Tints of Summer Sky #35A9EA

Color information

#35A9EA (or 0x35A9EA) is unknown color: approx Summer Sky. HEX triplet: 35, A9 and EA. RGB value is (53,169,234). Sum of RGB (Red+Green+Blue) = 53+169+234=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #35A9EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A9EA is #CA5615. Grayscale: #8D8D8D. Windows color (decimal): -13260310 or 15378741. OLE color: 15378741.

HSL color Cylindrical-coordinate representation of color #35A9EA: hue angle of 201.55º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35A9EA is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53169234-
CMYK0.770.2800.08
HSL201.55º81.17%56.27%-
HSV(B)201.55º77.35%91.76%-
XYZ30.5135.0783-
YUV141.73180.0764.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.62%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 234 (91.80% from 255) = 51.32%
R=11.62%
G=37.06%
B=51.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal531692340.770.2800.08201.5581.1756.27
Hex35A9EA4D1C08ca5138
Octal652513521153401031212170
Binary110101101010011110101010011011110001000110010101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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