#35B8E8

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

Shades of Summer Sky #35B8E8

Tints of Summer Sky #35B8E8

Color information

#35B8E8 (or 0x35B8E8) is unknown color: approx Summer Sky. HEX triplet: 35, B8 and E8. RGB value is (53,184,232). Sum of RGB (Red+Green+Blue) = 53+184+232=469 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.30% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #35B8E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35B8E8 is #CA4717. Grayscale: #959595. Windows color (decimal): -13256472 or 15251509. OLE color: 15251509.

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

Color convert

RGB53184232-
CMYK0.770.2100.09
HSL196.09º79.56%55.88%-
HSV(B)196.09º77.16%90.98%-
XYZ33.1740.8682.48-
YUV150.3174.158.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.30%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 232 (91.02% from 255) = 49.47%
R=11.30%
G=39.23%
B=49.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531842320.770.2100.09196.0979.5655.88
Hex35B8E84D1509c45038
Octal652703501152501130412070
Binary110101101110001110100010011011010101001110001001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,184,232); }

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

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

 a { background-color: rgb(53,184,232); }

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

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

 span { border-color: rgb(53,184,232); }

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