#B9FDFF

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

Shades of Pale Turquoise #B9FDFF

Tints of Pale Turquoise #B9FDFF

Color information

#B9FDFF (or 0xB9FDFF) is unknown color: approx Pale Turquoise. HEX triplet: B9, FD and FF. RGB value is (185,253,255). Sum of RGB (Red+Green+Blue) = 185+253+255=693 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.70% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDFF is #460200. Grayscale: #E8E8E8. Windows color (decimal): -4588033 or 16776633. OLE color: 16776633.

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

Color convert

RGB185253255-
CMYK0.270.0100
HSL181.71º100%86.27%-
HSV(B)181.71º27.45%100%-
XYZ73.1887.78107.69-
YUV232.9140.4793.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.70%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 255 (100% from 255) = 36.80%
R=26.70%
G=36.51%
B=36.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852532550.270.0100181.7110086.27
HexB9FDFF1B100b66456
Octal27137537733100266144126
Binary101110011111110111111111110111001011011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDFF; }

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

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

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

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

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

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

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

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