#B0ECF2

Color #B0ECF2 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B0ECF2

Tints of Pale Turquoise #B0ECF2

Color information

#B0ECF2 (or 0xB0ECF2) is unknown color: approx Pale Turquoise. HEX triplet: B0, EC and F2. RGB value is (176,236,242). Sum of RGB (Red+Green+Blue) = 176+236+242=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0ECF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0ECF2 is #4F130D. Grayscale: #DADADA. Windows color (decimal): -5182222 or 15920304. OLE color: 15920304.

HSL color Cylindrical-coordinate representation of color #B0ECF2: hue angle of 185.45º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0ECF2 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176236242-
CMYK0.270.0200.05
HSL185.45º71.74%81.96%-
HSV(B)185.45º27.27%94.9%-
XYZ63.9375.6395.23-
YUV218.74141.1297.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.91%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=26.91%
G=36.09%
B=37.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762362420.270.0200.05185.4571.7481.96
HexB0ECF21B205b94852
Octal26035436233205271110122
Binary101100001110110011110010110111001011011100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECF2; }

 p { color: rgb(176,236,242); }

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

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

 a { background-color: rgb(176,236,242); }

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

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

 span { border-color: rgb(176,236,242); }

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