#B9EDEE

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

Shades of Pale Turquoise #B9EDEE

Tints of Pale Turquoise #B9EDEE

Color information

#B9EDEE (or 0xB9EDEE) is unknown color: approx Pale Turquoise. HEX triplet: B9, ED and EE. RGB value is (185,237,238). Sum of RGB (Red+Green+Blue) = 185+237+238=660 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.03% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDEE is #461211. Grayscale: #DDDDDD. Windows color (decimal): -4592146 or 15658425. OLE color: 15658425.

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

Color convert

RGB185237238-
CMYK0.220.0000.07
HSL181.13º60.92%82.94%-
HSV(B)181.13º22.27%93.33%-
XYZ65.7277.0692.3-
YUV221.57137.27101.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.03%
GREEN value IS 237 (92.97% from 255) = 35.91%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=28.03%
G=35.91%
B=36.06%

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
Decimal1852372380.220.0000.07181.1360.9282.94
HexB9EDEE16007b53d53
Octal2713553562600726575123
Binary1011100111101101111011101011000111101101011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDEE; }

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

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

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

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

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

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

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

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