#B9FCFF

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

Shades of Pale Turquoise #B9FCFF

Tints of Pale Turquoise #B9FCFF

Color information

#B9FCFF (or 0xB9FCFF) is unknown color: approx Pale Turquoise. HEX triplet: B9, FC and FF. RGB value is (185,252,255). Sum of RGB (Red+Green+Blue) = 185+252+255=692 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.73% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FCFF is #460300. Grayscale: #E8E8E8. Windows color (decimal): -4588289 or 16776377. OLE color: 16776377.

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

Color convert

RGB185252255-
CMYK0.270.0100
HSL182.57º100%86.27%-
HSV(B)182.57º27.45%100%-
XYZ72.8787.16107.59-
YUV232.31140.894.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.73%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 255 (100% from 255) = 36.85%
R=26.73%
G=36.42%
B=36.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852522550.270.0100182.5710086.27
HexB9FCFF1B100b76456
Octal27137437733100267144126
Binary101110011111110011111111110111001011011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCFF; }

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

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

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

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

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

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

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

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