Html Css Color HEX #71BABB Glacier

📋 copy color: '#71BABB'

red 113 ◦ green 186 ◦ blue 187

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

Shades of Glacier #71BABB

Tints of Glacier #71BABB

RGB

 RED value IS 113 (44.53% from 255) = 23.25%

 GREEN value IS 186 (73.05% from 255) = 38.27%

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 23.25%
G = 38.27%
B = 38.48%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#71BABB (or 0x71BABB) is known color: Glacier. HEX triplet: 71, BA and BB. RGB value is (113,186,187). Sum of RGB (Red+Green+Blue) = 113+186+187=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #71BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BABB is #8E4544. Grayscale: #A4A4A4. Windows color (decimal): -9323845 or 12302961. OLE color: 12302961.

HSL color Cylindrical-coordinate representation of color #71BABB: hue angle of 180.81º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BABB is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 187 -
CMYK 0.40 0.01 0 0.27
HSL 180.81º 0.35% 0.59% -
HSV(B) 180.81º 0.4% 0.73% -
XYZ 33.34 42.22 53.41 -
YUV 164.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 113 186 187 0.40 0.01 0 0.27 180.81 0.35 0.59
Hex 71 BA BB 28 1 0 1B B5 23 3B
Octal 161 272 273 50 1 0 33 265 43 73
Binary 1110001 10111010 10111011 101000 1 0 11011 10110101 100011 111011

Color Harmonies of #71BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BABB

Black with #71BABB

Text Example


Text Example

White with #71BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71BABB; }

 p { color: rgb(113,186,187); }

 H1.HeaderClassName
 {
   color: #71BABB;
 }
 .AnyTagClassName
 {
   color: #71BABB;
 }
</style>

background-color css

<style>
 a { background-color: #71BABB; }

 a { background-color: rgb(113,186,187); }

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

border-color css

<style>
 span { border-color: #71BABB; }

 span { border-color: rgb(113,186,187); }

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