#B9EAED

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

Shades of Pale Turquoise #B9EAED

Tints of Pale Turquoise #B9EAED

Color information

#B9EAED (or 0xB9EAED) is unknown color: approx Pale Turquoise. HEX triplet: B9, EA and ED. RGB value is (185,234,237). Sum of RGB (Red+Green+Blue) = 185+234+237=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EAED is #461512. Grayscale: #DBDBDB. Windows color (decimal): -4592915 or 15592121. OLE color: 15592121.

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

Color convert

RGB185234237-
CMYK0.220.0100.07
HSL183.46º59.09%82.75%-
HSV(B)183.46º21.94%92.94%-
XYZ64.7275.2791.24-
YUV219.69137.77103.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.20%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=28.20%
G=35.67%
B=36.13%

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
Decimal1852342370.220.0100.07183.4659.0982.75
HexB9EAED16107b73b53
Octal2713523552610726773123
Binary1011100111101010111011011011010111101101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EAED; }

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

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

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

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

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

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

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

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