#35BAE8

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

Shades of Summer Sky #35BAE8

Tints of Summer Sky #35BAE8

Color information

#35BAE8 (or 0x35BAE8) is unknown color: approx Summer Sky. HEX triplet: 35, BA and E8. RGB value is (53,186,232). Sum of RGB (Red+Green+Blue) = 53+186+232=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #35BAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BAE8 is #CA4517. Grayscale: #979797. Windows color (decimal): -13255960 or 15252021. OLE color: 15252021.

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

Color convert

RGB53186232-
CMYK0.770.2000.09
HSL195.42º79.56%55.88%-
HSV(B)195.42º77.16%90.98%-
XYZ33.5941.782.62-
YUV151.48173.4457.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.25%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 232 (91.02% from 255) = 49.26%
R=11.25%
G=39.49%
B=49.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531862320.770.2000.09195.4279.5655.88
Hex35BAE84D1409c35038
Octal652723501152401130312070
Binary110101101110101110100010011011010001001110000111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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