Html Css Color HEX #32AEE0 Summer Sky

📋 copy color: '#32AEE0'

red 50 ◦ green 174 ◦ blue 224

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

Shades of Summer Sky #32AEE0

Tints of Summer Sky #32AEE0

RGB

 RED value IS 50 (19.92% from 255) = 11.16%

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

 BLUE value IS 224 (87.89% from 255) = 50%

R = 11.16%
G = 38.84%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#32AEE0 (or 0x32AEE0) is known color: Summer Sky. HEX triplet: 32, AE and E0. RGB value is (50,174,224). Sum of RGB (Red+Green+Blue) = 50+174+224=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #32AEE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEE0 is #CD511F. Grayscale: #8E8E8E. Windows color (decimal): -13455648 or 14724658. OLE color: 14724658.

HSL color Cylindrical-coordinate representation of color #32AEE0: hue angle of 197.24º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32AEE0 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 174 224 -
CMYK 0.78 0.22 0 0.12
HSL 197.24º 0.74% 0.54% -
HSV(B) 197.24º 0.78% 0.88% -
XYZ 29.91 36.33 75.96 -
YUV 142.62 173.92 61.93 -
System Red Green Blue C M Y K H S L
Decimal 50 174 224 0.78 0.22 0 0.12 197.24 0.74 0.54
Hex 32 AE E0 4E 16 0 C C5 4A 36
Octal 62 256 340 116 26 0 14 305 112 66
Binary 110010 10101110 11100000 1001110 10110 0 1100 11000101 1001010 110110

Color Harmonies of #32AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AEE0

Black with #32AEE0

Text Example


Text Example

White with #32AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AEE0; }

 p { color: rgb(50,174,224); }

 H1.HeaderClassName
 {
   color: #32AEE0;
 }
 .AnyTagClassName
 {
   color: #32AEE0;
 }
</style>

background-color css

<style>
 a { background-color: #32AEE0; }

 a { background-color: rgb(50,174,224); }

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

border-color css

<style>
 span { border-color: #32AEE0; }

 span { border-color: rgb(50,174,224); }

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