#70BFC8

Color #70BFC8 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #70BFC8

Tints of Glacier #70BFC8

Color information

#70BFC8 (or 0x70BFC8) is unknown color: approx Glacier. HEX triplet: 70, BF and C8. RGB value is (112,191,200). Sum of RGB (Red+Green+Blue) = 112+191+200=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #70BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFC8 is #8F4037. Grayscale: #A8A8A8. Windows color (decimal): -9388088 or 13156208. OLE color: 13156208.

HSL color Cylindrical-coordinate representation of color #70BFC8: hue angle of 186.14º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70BFC8 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112191200-
CMYK0.440.0400.22
HSL186.14º44.44%61.18%-
HSV(B)186.14º44%78.43%-
XYZ35.7444.8861.42-
YUV168.4145.8387.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.27%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=22.27%
G=37.97%
B=39.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121912000.440.0400.22186.1444.4461.18
Hex70BFC82C4016ba2c3d
Octal1602773105440262725475
Binary1110000101111111100100010110010001011010111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70BFC8; }

 p { color: rgb(112,191,200); }

 H1.HeaderClassName
 {
   color: #70BFC8;
 }
 .AnyTagClassName
 {
   color: #70BFC8;
 }
</style>
background-color css

<style>
 a { background-color: #70BFC8; }

 a { background-color: rgb(112,191,200); }

 div.DivClassName
 {
   background-color: #70BFC8;
 }
 .BgClassName
 {
   background-color: #70BFC8;
 }
</style>
border-color css

<style>
 span { border-color: #70BFC8; }

 span { border-color: rgb(112,191,200); }

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