Html Css Color HEX #71BBBB Glacier

📋 copy color: '#71BBBB'

red 113 ◦ green 187 ◦ blue 187

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

Shades of Glacier #71BBBB

Tints of Glacier #71BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

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

R = 23.2%
G = 38.4%
B = 38.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#71BBBB (or 0x71BBBB) is known color: Glacier. HEX triplet: 71, BB and BB. RGB value is (113,187,187). Sum of RGB (Red+Green+Blue) = 113+187+187=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #71BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBBB is #8E4444. Grayscale: #A4A4A4. Windows color (decimal): -9323589 or 12303217. OLE color: 12303217.

HSL color Cylindrical-coordinate representation of color #71BBBB: hue angle of 180º 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 #71BBBB is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 187 -
CMYK 0.40 0 0 0.27
HSL 180º 0.35% 0.59% -
HSV(B) 180º 0.4% 0.73% -
XYZ 33.55 42.64 53.48 -
YUV 164.87 140.48 91 -
System Red Green Blue C M Y K H S L
Decimal 113 187 187 0.40 0 0 0.27 180 0.35 0.59
Hex 71 BB BB 28 0 0 1B B4 23 3B
Octal 161 273 273 50 0 0 33 264 43 73
Binary 1110001 10111011 10111011 101000 0 0 11011 10110100 100011 111011

Color Harmonies of #71BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBBB

Black with #71BBBB

Text Example


Text Example

White with #71BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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