#35ADF9

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

Shades of Summer Sky #35ADF9

Tints of Summer Sky #35ADF9

Color information

#35ADF9 (or 0x35ADF9) is unknown color: approx Summer Sky. HEX triplet: 35, AD and F9. RGB value is (53,173,249). Sum of RGB (Red+Green+Blue) = 53+173+249=475 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.16% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #35ADF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35ADF9 is #CA5206. Grayscale: #919191. Windows color (decimal): -13259271 or 16362805. OLE color: 16362805.

HSL color Cylindrical-coordinate representation of color #35ADF9: hue angle of 203.27º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35ADF9 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53173249-
CMYK0.790.3100.02
HSL203.27º94.23%59.22%-
HSV(B)203.27º78.71%97.65%-
XYZ33.5137.4895.09-
YUV145.78186.2461.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.16%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 249 (97.66% from 255) = 52.42%
R=11.16%
G=36.42%
B=52.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal531732490.790.3100.02203.2794.2359.22
Hex35ADF94F1F02cb5e3b
Octal65255371117370231313673
Binary1101011010110111111001100111111111010110010111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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