#B9ECEE

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

Shades of Pale Turquoise #B9ECEE

Tints of Pale Turquoise #B9ECEE

Color information

#B9ECEE (or 0xB9ECEE) is unknown color: approx Pale Turquoise. HEX triplet: B9, EC and EE. RGB value is (185,236,238). Sum of RGB (Red+Green+Blue) = 185+236+238=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECEE is #461311. Grayscale: #DCDCDC. Windows color (decimal): -4592402 or 15658169. OLE color: 15658169.

HSL color Cylindrical-coordinate representation of color #B9ECEE: hue angle of 182.26º degrees, saturation: 0.61, 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 #B9ECEE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185236238-
CMYK0.220.0100.07
HSL182.26º60.92%82.94%-
HSV(B)182.26º22.27%93.33%-
XYZ65.4476.4892.2-
YUV220.98137.6102.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.07%
GREEN value IS 236 (92.58% from 255) = 35.81%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=28.07%
G=35.81%
B=36.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852362380.220.0100.07182.2660.9282.94
HexB9ECEE16107b63d53
Octal2713543562610726675123
Binary1011100111101100111011101011010111101101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECEE; }

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

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

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

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

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

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

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

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