#35D1ED

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

Shades of Summer Sky #35D1ED

Tints of Summer Sky #35D1ED

Color information

#35D1ED (or 0x35D1ED) is unknown color: approx Summer Sky. HEX triplet: 35, D1 and ED. RGB value is (53,209,237). Sum of RGB (Red+Green+Blue) = 53+209+237=499 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.62% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #35D1ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D1ED is #CA2E12. Grayscale: #A5A5A5. Windows color (decimal): -13250067 or 15585589. OLE color: 15585589.

HSL color Cylindrical-coordinate representation of color #35D1ED: hue angle of 189.13º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35D1ED is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53209237-
CMYK0.780.1200.07
HSL189.13º83.64%56.86%-
HSV(B)189.13º77.64%92.94%-
XYZ39.5552.4788.16-
YUV165.55168.3247.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.62%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=10.62%
G=41.88%
B=47.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532092370.780.1200.07189.1383.6456.86
Hex35D1ED4EC07bd5439
Octal65321355116140727512471
Binary1101011101000111101101100111011000111101111011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,209,237); }

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

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

 a { background-color: rgb(53,209,237); }

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

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

 span { border-color: rgb(53,209,237); }

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