#B9EBED

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

Shades of Pale Turquoise #B9EBED

Tints of Pale Turquoise #B9EBED

Color information

#B9EBED (or 0xB9EBED) is unknown color: approx Pale Turquoise. HEX triplet: B9, EB and ED. RGB value is (185,235,237). Sum of RGB (Red+Green+Blue) = 185+235+237=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EBED is #461412. Grayscale: #DCDCDC. Windows color (decimal): -4592659 or 15592377. OLE color: 15592377.

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

Color convert

RGB185235237-
CMYK0.220.0100.07
HSL182.31º59.09%82.75%-
HSV(B)182.31º21.94%92.94%-
XYZ6575.8591.33-
YUV220.28137.44102.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.16%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=28.16%
G=35.77%
B=36.07%

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
Decimal1852352370.220.0100.07182.3159.0982.75
HexB9EBED16107b63b53
Octal2713533552610726673123
Binary1011100111101011111011011011010111101101101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBED; }

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

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

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

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

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

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

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

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