Html Css Color HEX #7FB8C6 Glacier

📋 copy color: '#7FB8C6'

red 127 ◦ green 184 ◦ blue 198

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

Shades of Glacier #7FB8C6

Tints of Glacier #7FB8C6

RGB

 RED value IS 127 (50% from 255) = 24.95%

 GREEN value IS 184 (72.27% from 255) = 36.15%

 BLUE value IS 198 (77.73% from 255) = 38.9%

R = 24.95%
G = 36.15%
B = 38.9%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7FB8C6 (or 0x7FB8C6) is known color: Glacier. HEX triplet: 7F, B8 and C6. RGB value is (127,184,198). Sum of RGB (Red+Green+Blue) = 127+184+198=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #7FB8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB8C6 is #804739. Grayscale: #A8A8A8. Windows color (decimal): -8406842 or 13023359. OLE color: 13023359.

HSL color Cylindrical-coordinate representation of color #7FB8C6: hue angle of 191.83º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FB8C6 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 184 198 -
CMYK 0.36 0.07 0 0.22
HSL 191.83º 0.38% 0.64% -
HSV(B) 191.83º 0.36% 0.78% -
XYZ 36.09 42.87 59.8 -
YUV 168.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 127 184 198 0.36 0.07 0 0.22 191.83 0.38 0.64
Hex 7F B8 C6 24 7 0 16 C0 26 40
Octal 177 270 306 44 7 0 26 300 46 100
Binary 1111111 10111000 11000110 100100 111 0 10110 11000000 100110 1000000

Color Harmonies of #7FB8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB8C6

Black with #7FB8C6

Text Example


Text Example

White with #7FB8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB8C6; }

 p { color: rgb(127,184,198); }

 H1.HeaderClassName
 {
   color: #7FB8C6;
 }
 .AnyTagClassName
 {
   color: #7FB8C6;
 }
</style>

background-color css

<style>
 a { background-color: #7FB8C6; }

 a { background-color: rgb(127,184,198); }

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

border-color css

<style>
 span { border-color: #7FB8C6; }

 span { border-color: rgb(127,184,198); }

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