Html Css Color HEX #32BED6 Summer Sky

📋 copy color: '#32BED6'

red 50 ◦ green 190 ◦ blue 214

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

Shades of Summer Sky #32BED6

Tints of Summer Sky #32BED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.14%

R = 11.01%
G = 41.85%
B = 47.14%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#32BED6 (or 0x32BED6) is known color: Summer Sky. HEX triplet: 32, BE and D6. RGB value is (50,190,214). Sum of RGB (Red+Green+Blue) = 50+190+214=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #32BED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BED6 is #CD4129. Grayscale: #969696. Windows color (decimal): -13451562 or 14073394. OLE color: 14073394.

HSL color Cylindrical-coordinate representation of color #32BED6: hue angle of 188.78º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BED6 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 190 214 -
CMYK 0.77 0.11 0 0.16
HSL 188.78º 0.67% 0.52% -
HSV(B) 188.78º 0.77% 0.84% -
XYZ 31.87 42.36 70.12 -
YUV 150.88 163.62 56.05 -
System Red Green Blue C M Y K H S L
Decimal 50 190 214 0.77 0.11 0 0.16 188.78 0.67 0.52
Hex 32 BE D6 4D B 0 10 BD 43 34
Octal 62 276 326 115 13 0 20 275 103 64
Binary 110010 10111110 11010110 1001101 1011 0 10000 10111101 1000011 110100

Color Harmonies of #32BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BED6

Black with #32BED6

Text Example


Text Example

White with #32BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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