Html Css Color HEX #32BED5 Summer Sky

📋 copy color: '#32BED5'

red 50 ◦ green 190 ◦ blue 213

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

Shades of Summer Sky #32BED5

Tints of Summer Sky #32BED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.02%

R = 11.04%
G = 41.94%
B = 47.02%

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

#32BED5 (or 0x32BED5) is known color: Summer Sky. HEX triplet: 32, BE and D5. RGB value is (50,190,213). Sum of RGB (Red+Green+Blue) = 50+190+213=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #32BED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BED5 is #CD412A. Grayscale: #969696. Windows color (decimal): -13451563 or 14007858. OLE color: 14007858.

HSL color Cylindrical-coordinate representation of color #32BED5: hue angle of 188.47º degrees, saturation: 0.66, 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 #32BED5 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 190 213 -
CMYK 0.77 0.11 0 0.16
HSL 188.47º 0.66% 0.52% -
HSV(B) 188.47º 0.77% 0.84% -
XYZ 31.74 42.31 69.44 -
YUV 150.76 163.12 56.13 -
System Red Green Blue C M Y K H S L
Decimal 50 190 213 0.77 0.11 0 0.16 188.47 0.66 0.52
Hex 32 BE D5 4D B 0 10 BC 42 34
Octal 62 276 325 115 13 0 20 274 102 64
Binary 110010 10111110 11010101 1001101 1011 0 10000 10111100 1000010 110100

Color Harmonies of #32BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BED5

Black with #32BED5

Text Example


Text Example

White with #32BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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