Html Css Color HEX #32BEDF Summer Sky

📋 copy color: '#32BEDF'

red 50 ◦ green 190 ◦ blue 223

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

Shades of Summer Sky #32BEDF

Tints of Summer Sky #32BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

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

R = 10.8%
G = 41.04%
B = 48.16%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#32BEDF (or 0x32BEDF) is known color: Summer Sky. HEX triplet: 32, BE and DF. RGB value is (50,190,223). Sum of RGB (Red+Green+Blue) = 50+190+223=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #32BEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEDF is #CD4120. Grayscale: #979797. Windows color (decimal): -13451553 or 14663218. OLE color: 14663218.

HSL color Cylindrical-coordinate representation of color #32BEDF: hue angle of 191.45º 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 #32BEDF is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 190 223 -
CMYK 0.78 0.15 0 0.13
HSL 191.45º 0.73% 0.54% -
HSV(B) 191.45º 0.78% 0.87% -
XYZ 33.05 42.83 76.34 -
YUV 151.9 168.12 55.32 -
System Red Green Blue C M Y K H S L
Decimal 50 190 223 0.78 0.15 0 0.13 191.45 0.73 0.54
Hex 32 BE DF 4E F 0 D BF 49 36
Octal 62 276 337 116 17 0 15 277 111 66
Binary 110010 10111110 11011111 1001110 1111 0 1101 10111111 1001001 110110

Color Harmonies of #32BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BEDF

Black with #32BEDF

Text Example


Text Example

White with #32BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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