#35AFEF

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

Shades of Summer Sky #35AFEF

Tints of Summer Sky #35AFEF

Color information

#35AFEF (or 0x35AFEF) is unknown color: approx Summer Sky. HEX triplet: 35, AF and EF. RGB value is (53,175,239). Sum of RGB (Red+Green+Blue) = 53+175+239=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #35AFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35AFEF is #CA5010. Grayscale: #919191. Windows color (decimal): -13258769 or 15707957. OLE color: 15707957.

HSL color Cylindrical-coordinate representation of color #35AFEF: hue angle of 200.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35AFEF is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB53175239-
CMYK0.780.2700.06
HSL200.65º85.32%57.25%-
HSV(B)200.65º77.82%93.73%-
XYZ32.3837.6587.22-
YUV145.82180.5861.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.35%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 239 (93.75% from 255) = 51.18%
R=11.35%
G=37.47%
B=51.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal531752390.780.2700.06200.6585.3257.25
Hex35AFEF4E1B06c95539
Octal65257357116330631112571
Binary11010110101111111011111001110110110110110010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,175,239); }

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

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

 a { background-color: rgb(53,175,239); }

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

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

 span { border-color: rgb(53,175,239); }

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