#35B0EF

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

Shades of Summer Sky #35B0EF

Tints of Summer Sky #35B0EF

Color information

#35B0EF (or 0x35B0EF) is unknown color: approx Summer Sky. HEX triplet: 35, B0 and EF. RGB value is (53,176,239). Sum of RGB (Red+Green+Blue) = 53+176+239=468 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.32% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #35B0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35B0EF is #CA4F10. Grayscale: #929292. Windows color (decimal): -13258513 or 15708213. OLE color: 15708213.

HSL color Cylindrical-coordinate representation of color #35B0EF: hue angle of 200.32º 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 #35B0EF is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB53176239-
CMYK0.780.2600.06
HSL200.32º85.32%57.25%-
HSV(B)200.32º77.82%93.73%-
XYZ32.5738.0487.29-
YUV146.4180.2561.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.32%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 239 (93.75% from 255) = 51.07%
R=11.32%
G=37.61%
B=51.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal531762390.780.2600.06200.3285.3257.25
Hex35B0EF4E1A06c85539
Octal65260357116320631012571
Binary11010110110000111011111001110110100110110010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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