Html Css Color HEX #32BBEF Summer Sky

📋 copy color: '#32BBEF'

red 50 ◦ green 187 ◦ blue 239

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

Shades of Summer Sky #32BBEF

Tints of Summer Sky #32BBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

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

R = 10.5%
G = 39.29%
B = 50.21%

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

#32BBEF (or 0x32BBEF) is known color: Summer Sky. HEX triplet: 32, BB and EF. RGB value is (50,187,239). Sum of RGB (Red+Green+Blue) = 50+187+239=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #32BBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BBEF is #CD4410. Grayscale: #979797. Windows color (decimal): -13452305 or 15711026. OLE color: 15711026.

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

Color convert

RGB 50 187 239 -
CMYK 0.79 0.22 0 0.06
HSL 196.51º 0.86% 0.57% -
HSV(B) 196.51º 0.79% 0.94% -
XYZ 34.67 42.45 88.03 -
YUV 151.97 177.11 55.27 -
System Red Green Blue C M Y K H S L
Decimal 50 187 239 0.79 0.22 0 0.06 196.51 0.86 0.57
Hex 32 BB EF 4F 16 0 6 C5 56 39
Octal 62 273 357 117 26 0 6 305 126 71
Binary 110010 10111011 11101111 1001111 10110 0 110 11000101 1010110 111001

Color Harmonies of #32BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BBEF

Black with #32BBEF

Text Example


Text Example

White with #32BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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