Html Css Color HEX #32BCDB Summer Sky

📋 copy color: '#32BCDB'

red 50 ◦ green 188 ◦ blue 219

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

Shades of Summer Sky #32BCDB

Tints of Summer Sky #32BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 10.94%
G = 41.14%
B = 47.92%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#32BCDB (or 0x32BCDB) is known color: Summer Sky. HEX triplet: 32, BC and DB. RGB value is (50,188,219). Sum of RGB (Red+Green+Blue) = 50+188+219=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #32BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCDB is #CD4324. Grayscale: #969696. Windows color (decimal): -13452069 or 14400562. OLE color: 14400562.

HSL color Cylindrical-coordinate representation of color #32BCDB: hue angle of 191.01º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BCDB is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 188 219 -
CMYK 0.77 0.14 0 0.14
HSL 191.01º 0.7% 0.53% -
HSV(B) 191.01º 0.77% 0.86% -
XYZ 32.08 41.76 73.39 -
YUV 150.27 166.78 56.48 -
System Red Green Blue C M Y K H S L
Decimal 50 188 219 0.77 0.14 0 0.14 191.01 0.7 0.53
Hex 32 BC DB 4D E 0 E BF 46 35
Octal 62 274 333 115 16 0 16 277 106 65
Binary 110010 10111100 11011011 1001101 1110 0 1110 10111111 1000110 110101

Color Harmonies of #32BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BCDB

Black with #32BCDB

Text Example


Text Example

White with #32BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,188,219); }

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

background-color css

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

 a { background-color: rgb(50,188,219); }

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

border-color css

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

 span { border-color: rgb(50,188,219); }

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