#B9FAFD

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

Shades of Pale Turquoise #B9FAFD

Tints of Pale Turquoise #B9FAFD

Color information

#B9FAFD (or 0xB9FAFD) is unknown color: approx Pale Turquoise. HEX triplet: B9, FA and FD. RGB value is (185,250,253). Sum of RGB (Red+Green+Blue) = 185+250+253=688 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.89% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAFD is #460502. Grayscale: #E6E6E6. Windows color (decimal): -4588803 or 16644793. OLE color: 16644793.

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

Color convert

RGB185250253-
CMYK0.270.0100.01
HSL182.65º94.44%85.88%-
HSV(B)182.65º26.88%99.22%-
XYZ71.9285.78105.69-
YUV230.91140.4795.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.89%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=26.89%
G=36.34%
B=36.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852502530.270.0100.01182.6594.4485.88
HexB9FAFD1B101b75e56
Octal27137237533101267136126
Binary101110011111101011111101110111011011011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAFD; }

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

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

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

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

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

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

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

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