#B9EBEE

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

Shades of Pale Turquoise #B9EBEE

Tints of Pale Turquoise #B9EBEE

Color information

#B9EBEE (or 0xB9EBEE) is unknown color: approx Pale Turquoise. HEX triplet: B9, EB and EE. RGB value is (185,235,238). Sum of RGB (Red+Green+Blue) = 185+235+238=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EBEE is #461411. Grayscale: #DCDCDC. Windows color (decimal): -4592658 or 15657913. OLE color: 15657913.

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

Color convert

RGB185235238-
CMYK0.220.0100.07
HSL183.4º60.92%82.94%-
HSV(B)183.4º22.27%93.33%-
XYZ65.1575.992.11-
YUV220.39137.94102.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.12%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=28.12%
G=35.71%
B=36.17%

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
Decimal1852352380.220.0100.07183.460.9282.94
HexB9EBEE16107b73d53
Octal2713533562610726775123
Binary1011100111101011111011101011010111101101111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBEE; }

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

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

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

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

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

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

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

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