#B9FAFF

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

Shades of Pale Turquoise #B9FAFF

Tints of Pale Turquoise #B9FAFF

Color information

#B9FAFF (or 0xB9FAFF) is unknown color: approx Pale Turquoise. HEX triplet: B9, FA and FF. RGB value is (185,250,255). Sum of RGB (Red+Green+Blue) = 185+250+255=690 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.81% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAFF is #460500. Grayscale: #E7E7E7. Windows color (decimal): -4588801 or 16775865. OLE color: 16775865.

HSL color Cylindrical-coordinate representation of color #B9FAFF: hue angle of 184.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FAFF is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185250255-
CMYK0.270.0200
HSL184.29º100%86.27%-
HSV(B)184.29º27.45%100%-
XYZ72.2485.91107.38-
YUV231.14141.4795.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.81%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 255 (100% from 255) = 36.96%
R=26.81%
G=36.23%
B=36.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852502550.270.0200184.2910086.27
HexB9FAFF1B200b86456
Octal27137237733200270144126
Binary1011100111111010111111111101110001011100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAFF; }

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

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

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

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

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

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

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

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