Html Css Color HEX #72BCC1 Glacier

📋 copy color: '#72BCC1'

red 114 ◦ green 188 ◦ blue 193

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

Shades of Glacier #72BCC1

Tints of Glacier #72BCC1

RGB

 RED value IS 114 (44.92% from 255) = 23.03%

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 23.03%
G = 37.98%
B = 38.99%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#72BCC1 (or 0x72BCC1) is known color: Glacier. HEX triplet: 72, BC and C1. RGB value is (114,188,193). Sum of RGB (Red+Green+Blue) = 114+188+193=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #72BCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCC1 is #8D433E. Grayscale: #A6A6A6. Windows color (decimal): -9257791 or 12696690. OLE color: 12696690.

HSL color Cylindrical-coordinate representation of color #72BCC1: hue angle of 183.8º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72BCC1 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 188 193 -
CMYK 0.41 0.03 0 0.24
HSL 183.8º 0.39% 0.6% -
HSV(B) 183.8º 0.41% 0.76% -
XYZ 34.55 43.39 57.01 -
YUV 166.44 142.98 90.59 -
System Red Green Blue C M Y K H S L
Decimal 114 188 193 0.41 0.03 0 0.24 183.8 0.39 0.6
Hex 72 BC C1 29 3 0 18 B8 27 3C
Octal 162 274 301 51 3 0 30 270 47 74
Binary 1110010 10111100 11000001 101001 11 0 11000 10111000 100111 111100

Color Harmonies of #72BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCC1

Black with #72BCC1

Text Example


Text Example

White with #72BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72BCC1; }

 p { color: rgb(114,188,193); }

 H1.HeaderClassName
 {
   color: #72BCC1;
 }
 .AnyTagClassName
 {
   color: #72BCC1;
 }
</style>

background-color css

<style>
 a { background-color: #72BCC1; }

 a { background-color: rgb(114,188,193); }

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

border-color css

<style>
 span { border-color: #72BCC1; }

 span { border-color: rgb(114,188,193); }

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