Html Css Color HEX #32BAEF Summer Sky

📋 copy color: '#32BAEF'

red 50 ◦ green 186 ◦ blue 239

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

Shades of Summer Sky #32BAEF

Tints of Summer Sky #32BAEF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.16%

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

R = 10.53%
G = 39.16%
B = 50.32%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#32BAEF (or 0x32BAEF) is known color: Summer Sky. HEX triplet: 32, BA and EF. RGB value is (50,186,239). Sum of RGB (Red+Green+Blue) = 50+186+239=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #32BAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BAEF is #CD4510. Grayscale: #979797. Windows color (decimal): -13452561 or 15710770. OLE color: 15710770.

HSL color Cylindrical-coordinate representation of color #32BAEF: hue angle of 196.83º 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 #32BAEF is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 186 239 -
CMYK 0.79 0.22 0 0.06
HSL 196.83º 0.86% 0.57% -
HSV(B) 196.83º 0.79% 0.94% -
XYZ 34.45 42.03 87.96 -
YUV 151.38 177.44 55.69 -
System Red Green Blue C M Y K H S L
Decimal 50 186 239 0.79 0.22 0 0.06 196.83 0.86 0.57
Hex 32 BA EF 4F 16 0 6 C5 56 39
Octal 62 272 357 117 26 0 6 305 126 71
Binary 110010 10111010 11101111 1001111 10110 0 110 11000101 1010110 111001

Color Harmonies of #32BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BAEF

Black with #32BAEF

Text Example


Text Example

White with #32BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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