#35D0EA

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

Shades of Summer Sky #35D0EA

Tints of Summer Sky #35D0EA

Color information

#35D0EA (or 0x35D0EA) is unknown color: approx Summer Sky. HEX triplet: 35, D0 and EA. RGB value is (53,208,234). Sum of RGB (Red+Green+Blue) = 53+208+234=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #35D0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D0EA is #CA2F15. Grayscale: #A4A4A4. Windows color (decimal): -13250326 or 15388725. OLE color: 15388725.

HSL color Cylindrical-coordinate representation of color #35D0EA: hue angle of 188.62º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35D0EA is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53208234-
CMYK0.770.1100.08
HSL188.62º81.17%56.27%-
HSV(B)188.62º77.35%91.76%-
XYZ38.8851.8185.79-
YUV164.62167.1548.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.71%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=10.71%
G=42.02%
B=47.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532082340.770.1100.08188.6281.1756.27
Hex35D0EA4DB08bd5138
Octal653203521151301027512170
Binary11010111010000111010101001101101101000101111011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,208,234); }

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

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

 a { background-color: rgb(53,208,234); }

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

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

 span { border-color: rgb(53,208,234); }

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