#B0ECF3

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

Shades of Pale Turquoise #B0ECF3

Tints of Pale Turquoise #B0ECF3

Color information

#B0ECF3 (or 0xB0ECF3) is unknown color: approx Pale Turquoise. HEX triplet: B0, EC and F3. RGB value is (176,236,243). Sum of RGB (Red+Green+Blue) = 176+236+243=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0ECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0ECF3 is #4F130C. Grayscale: #DADADA. Windows color (decimal): -5182221 or 15985840. OLE color: 15985840.

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

Color convert

RGB176236243-
CMYK0.280.0300.05
HSL186.27º73.63%82.16%-
HSV(B)186.27º27.57%95.29%-
XYZ64.0875.6996.03-
YUV218.86141.6297.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.87%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=26.87%
G=36.03%
B=37.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762362430.280.0300.05186.2773.6382.16
HexB0ECF31C305ba4a52
Octal26035436334305272112122
Binary101100001110110011110011111001101011011101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECF3; }

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

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

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

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

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

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

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

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