Html Css Color HEX #32ACEF Summer Sky

📋 copy color: '#32ACEF'

red 50 ◦ green 172 ◦ blue 239

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

Shades of Summer Sky #32ACEF

Tints of Summer Sky #32ACEF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 10.85%
G = 37.31%
B = 51.84%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#32ACEF (or 0x32ACEF) is known color: Summer Sky. HEX triplet: 32, AC and EF. RGB value is (50,172,239). Sum of RGB (Red+Green+Blue) = 50+172+239=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #32ACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ACEF is #CD5310. Grayscale: #8E8E8E. Windows color (decimal): -13456145 or 15707186. OLE color: 15707186.

HSL color Cylindrical-coordinate representation of color #32ACEF: hue angle of 201.27º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ACEF is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 172 239 -
CMYK 0.79 0.28 0 0.06
HSL 201.27º 0.86% 0.57% -
HSV(B) 201.27º 0.79% 0.94% -
XYZ 31.65 36.42 87.02 -
YUV 143.16 182.08 61.55 -
System Red Green Blue C M Y K H S L
Decimal 50 172 239 0.79 0.28 0 0.06 201.27 0.86 0.57
Hex 32 AC EF 4F 1C 0 6 C9 56 39
Octal 62 254 357 117 34 0 6 311 126 71
Binary 110010 10101100 11101111 1001111 11100 0 110 11001001 1010110 111001

Color Harmonies of #32ACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ACEF

Black with #32ACEF

Text Example


Text Example

White with #32ACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,172,239); }

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

background-color css

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

 a { background-color: rgb(50,172,239); }

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

border-color css

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

 span { border-color: rgb(50,172,239); }

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