#35C7EE

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

Shades of Summer Sky #35C7EE

Tints of Summer Sky #35C7EE

Color information

#35C7EE (or 0x35C7EE) is unknown color: approx Summer Sky. HEX triplet: 35, C7 and EE. RGB value is (53,199,238). Sum of RGB (Red+Green+Blue) = 53+199+238=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #35C7EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C7EE is #CA3811. Grayscale: #9F9F9F. Windows color (decimal): -13252626 or 15648565. OLE color: 15648565.

HSL color Cylindrical-coordinate representation of color #35C7EE: hue angle of 192.65º 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 #35C7EE is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53199238-
CMYK0.780.1600.07
HSL192.65º84.47%57.06%-
HSV(B)192.65º77.73%93.33%-
XYZ37.3247.7888.14-
YUV159.79172.1351.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.82%
GREEN value IS 199 (78.12% from 255) = 40.61%
BLUE value IS 238 (93.36% from 255) = 48.57%
R=10.82%
G=40.61%
B=48.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal531992380.780.1600.07192.6584.4757.06
Hex35C7EE4E1007c15439
Octal65307356116200730112471
Binary11010111000111111011101001110100000111110000011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,199,238); }

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

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

 a { background-color: rgb(53,199,238); }

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

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

 span { border-color: rgb(53,199,238); }

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