#35AEE7

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

Shades of Summer Sky #35AEE7

Tints of Summer Sky #35AEE7

Color information

#35AEE7 (or 0x35AEE7) is unknown color: approx Summer Sky. HEX triplet: 35, AE and E7. RGB value is (53,174,231). Sum of RGB (Red+Green+Blue) = 53+174+231=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #35AEE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35AEE7 is #CA5118. Grayscale: #8F8F8F. Windows color (decimal): -13259033 or 15183413. OLE color: 15183413.

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

Color convert

RGB53174231-
CMYK0.770.2500.09
HSL199.21º78.76%55.69%-
HSV(B)199.21º77.06%90.59%-
XYZ31.0336.881.07-
YUV144.32176.9162.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.57%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 231 (90.62% from 255) = 50.44%
R=11.57%
G=37.99%
B=50.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531742310.770.2500.09199.2178.7655.69
Hex35AEE74D1909c74f38
Octal652563471153101130711770
Binary110101101011101110011110011011100101001110001111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,174,231); }

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

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

 a { background-color: rgb(53,174,231); }

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

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

 span { border-color: rgb(53,174,231); }

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