#B9ECED

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

Shades of Pale Turquoise #B9ECED

Tints of Pale Turquoise #B9ECED

Color information

#B9ECED (or 0xB9ECED) is unknown color: approx Pale Turquoise. HEX triplet: B9, EC and ED. RGB value is (185,236,237). Sum of RGB (Red+Green+Blue) = 185+236+237=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECED is #461312. Grayscale: #DCDCDC. Windows color (decimal): -4592403 or 15592633. OLE color: 15592633.

HSL color Cylindrical-coordinate representation of color #B9ECED: hue angle of 181.15º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECED is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185236237-
CMYK0.220.0000.07
HSL181.15º59.09%82.75%-
HSV(B)181.15º21.94%92.94%-
XYZ65.2976.4291.43-
YUV220.86137.1102.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.12%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=28.12%
G=35.87%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852362370.220.0000.07181.1559.0982.75
HexB9ECED16007b53b53
Octal2713543552600726573123
Binary1011100111101100111011011011000111101101011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECED; }

 p { color: rgb(185,236,237); }

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

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

 a { background-color: rgb(185,236,237); }

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

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

 span { border-color: rgb(185,236,237); }

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