#35BEE8

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

Shades of Summer Sky #35BEE8

Tints of Summer Sky #35BEE8

Color information

#35BEE8 (or 0x35BEE8) is unknown color: approx Summer Sky. HEX triplet: 35, BE and E8. RGB value is (53,190,232). Sum of RGB (Red+Green+Blue) = 53+190+232=475 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.16% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #35BEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BEE8 is #CA4117. Grayscale: #999999. Windows color (decimal): -13254936 or 15253045. OLE color: 15253045.

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

Color convert

RGB53190232-
CMYK0.770.1800.09
HSL194.08º79.56%55.88%-
HSV(B)194.08º77.16%90.98%-
XYZ34.4543.4182.91-
YUV153.82172.1156.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.16%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 232 (91.02% from 255) = 48.84%
R=11.16%
G=40%
B=48.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531902320.770.1800.09194.0879.5655.88
Hex35BEE84D1209c25038
Octal652763501152201130212070
Binary110101101111101110100010011011001001001110000101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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