Html Css Color HEX #35AECE Summer Sky

📋 copy color: '#35AECE'

red 53 ◦ green 174 ◦ blue 206

#35AECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #35AECE

Tints of Summer Sky #35AECE

RGB

 RED value IS 53 (21.09% from 255) = 12.24%

 GREEN value IS 174 (68.36% from 255) = 40.18%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 12.24%
G = 40.18%
B = 47.58%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#35AECE (or 0x35AECE) is known color: Summer Sky. HEX triplet: 35, AE and CE. RGB value is (53,174,206). Sum of RGB (Red+Green+Blue) = 53+174+206=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #35AECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AECE is #CA5131. Grayscale: #8D8D8D. Windows color (decimal): -13259058 or 13545013. OLE color: 13545013.

HSL color Cylindrical-coordinate representation of color #35AECE: hue angle of 192.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35AECE is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 174 206 -
CMYK 0.74 0.16 0 0.19
HSL 192.55º 0.61% 0.51% -
HSV(B) 192.55º 0.74% 0.81% -
XYZ 27.74 35.49 63.78 -
YUV 141.47 164.41 64.9 -
System Red Green Blue C M Y K H S L
Decimal 53 174 206 0.74 0.16 0 0.19 192.55 0.61 0.51
Hex 35 AE CE 4A 10 0 13 C1 3D 33
Octal 65 256 316 112 20 0 23 301 75 63
Binary 110101 10101110 11001110 1001010 10000 0 10011 11000001 111101 110011

Color Harmonies of #35AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AECE

Black with #35AECE

Text Example


Text Example

White with #35AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35AECE;
 }
 .AnyTagClassName
 {
   color: #35AECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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