#35ADE9

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

Shades of Summer Sky #35ADE9

Tints of Summer Sky #35ADE9

Color information

#35ADE9 (or 0x35ADE9) is unknown color: approx Summer Sky. HEX triplet: 35, AD and E9. RGB value is (53,173,233). Sum of RGB (Red+Green+Blue) = 53+173+233=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #35ADE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35ADE9 is #CA5216. Grayscale: #8F8F8F. Windows color (decimal): -13259287 or 15314229. OLE color: 15314229.

HSL color Cylindrical-coordinate representation of color #35ADE9: hue angle of 200º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35ADE9 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB53173233-
CMYK0.770.2600.09
HSL200º80.36%56.08%-
HSV(B)200º77.25%91.37%-
XYZ31.1236.5382.5-
YUV143.96178.2463.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.55%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 233 (91.41% from 255) = 50.76%
R=11.55%
G=37.69%
B=50.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531732330.770.2600.0920080.3656.08
Hex35ADE94D1A09c85038
Octal652553511153201131012070
Binary110101101011011110100110011011101001001110010001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,173,233); }

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

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

 a { background-color: rgb(53,173,233); }

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

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

 span { border-color: rgb(53,173,233); }

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