#B9F5FF

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

Shades of Pale Turquoise #B9F5FF

Tints of Pale Turquoise #B9F5FF

Color information

#B9F5FF (or 0xB9F5FF) is unknown color: approx Pale Turquoise. HEX triplet: B9, F5 and FF. RGB value is (185,245,255). Sum of RGB (Red+Green+Blue) = 185+245+255=685 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.01% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F5FF is #460A00. Grayscale: #E4E4E4. Windows color (decimal): -4590081 or 16774585. OLE color: 16774585.

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

Color convert

RGB185245255-
CMYK0.270.0400
HSL188.57º100%86.27%-
HSV(B)188.57º27.45%100%-
XYZ70.7182.84106.87-
YUV228.2143.1297.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.01%
GREEN value IS 245 (96.09% from 255) = 35.77%
BLUE value IS 255 (100% from 255) = 37.23%
R=27.01%
G=35.77%
B=37.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852452550.270.0400188.5710086.27
HexB9F5FF1B400bd6456
Octal27136537733400275144126
Binary10111001111101011111111111011100001011110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F5FF; }

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

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

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

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

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

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

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

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