#35A6EA

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

Shades of Summer Sky #35A6EA

Tints of Summer Sky #35A6EA

Color information

#35A6EA (or 0x35A6EA) is unknown color: approx Summer Sky. HEX triplet: 35, A6 and EA. RGB value is (53,166,234). Sum of RGB (Red+Green+Blue) = 53+166+234=453 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.70% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #35A6EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A6EA is #CA5915. Grayscale: #8B8B8B. Windows color (decimal): -13261078 or 15377973. OLE color: 15377973.

HSL color Cylindrical-coordinate representation of color #35A6EA: hue angle of 202.54º 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 #35A6EA is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53166234-
CMYK0.770.2900.08
HSL202.54º81.17%56.27%-
HSV(B)202.54º77.35%91.76%-
XYZ29.9633.9782.82-
YUV139.96181.0665.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.70%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 234 (91.80% from 255) = 51.66%
R=11.70%
G=36.64%
B=51.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal531662340.770.2900.08202.5481.1756.27
Hex35A6EA4D1D08cb5138
Octal652463521153501031312170
Binary110101101001101110101010011011110101000110010111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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