Html Css Color HEX #32AEDF Summer Sky

📋 copy color: '#32AEDF'

red 50 ◦ green 174 ◦ blue 223

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

Shades of Summer Sky #32AEDF

Tints of Summer Sky #32AEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 11.19%
G = 38.93%
B = 49.89%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#32AEDF (or 0x32AEDF) is known color: Summer Sky. HEX triplet: 32, AE and DF. RGB value is (50,174,223). Sum of RGB (Red+Green+Blue) = 50+174+223=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #32AEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEDF is #CD5120. Grayscale: #8E8E8E. Windows color (decimal): -13455649 or 14659122. OLE color: 14659122.

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

Color convert

RGB 50 174 223 -
CMYK 0.78 0.22 0 0.13
HSL 196.99º 0.73% 0.54% -
HSV(B) 196.99º 0.78% 0.87% -
XYZ 29.77 36.28 75.25 -
YUV 142.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 50 174 223 0.78 0.22 0 0.13 196.99 0.73 0.54
Hex 32 AE DF 4E 16 0 D C5 49 36
Octal 62 256 337 116 26 0 15 305 111 66
Binary 110010 10101110 11011111 1001110 10110 0 1101 11000101 1001001 110110

Color Harmonies of #32AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AEDF

Black with #32AEDF

Text Example


Text Example

White with #32AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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