#B9FAEE

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

Shades of Pale Turquoise #B9FAEE

Tints of Pale Turquoise #B9FAEE

Color information

#B9FAEE (or 0xB9FAEE) is unknown color: approx Pale Turquoise. HEX triplet: B9, FA and EE. RGB value is (185,250,238). Sum of RGB (Red+Green+Blue) = 185+250+238=673 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.49% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAEE is #460511. Grayscale: #E5E5E5. Windows color (decimal): -4588818 or 15661753. OLE color: 15661753.

HSL color Cylindrical-coordinate representation of color #B9FAEE: hue angle of 168.92º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FAEE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB185250238-
CMYK0.2600.050.02
HSL168.92º86.67%85.29%-
HSV(B)168.92º26%98.04%-
XYZ69.6384.8693.6-
YUV229.2132.9796.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.49%
GREEN value IS 250 (98.05% from 255) = 37.15%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=27.49%
G=37.15%
B=35.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852502380.2600.050.02168.9286.6785.29
HexB9FAEE1A052a95755
Octal27137235632052251127125
Binary101110011111101011101110110100101101010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAEE; }

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

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

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

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

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

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

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

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