#70BFC4

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

Shades of Glacier #70BFC4

Tints of Glacier #70BFC4

Color information

#70BFC4 (or 0x70BFC4) is unknown color: approx Glacier. HEX triplet: 70, BF and C4. RGB value is (112,191,196). Sum of RGB (Red+Green+Blue) = 112+191+196=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #70BFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFC4 is #8F403B. Grayscale: #A7A7A7. Windows color (decimal): -9388092 or 12894064. OLE color: 12894064.

HSL color Cylindrical-coordinate representation of color #70BFC4: hue angle of 183.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70BFC4 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB112191196-
CMYK0.430.0300.23
HSL183.57º41.58%60.39%-
HSV(B)183.57º42.86%76.86%-
XYZ35.2844.6958.99-
YUV167.95143.8388.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.44%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=22.44%
G=38.28%
B=39.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121911960.430.0300.23183.5741.5860.39
Hex70BFC42B3017b82a3c
Octal1602773045330272705274
Binary111000010111111110001001010111101011110111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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