#B9F6FF

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

Shades of Pale Turquoise #B9F6FF

Tints of Pale Turquoise #B9F6FF

Color information

#B9F6FF (or 0xB9F6FF) is unknown color: approx Pale Turquoise. HEX triplet: B9, F6 and FF. RGB value is (185,246,255). Sum of RGB (Red+Green+Blue) = 185+246+255=686 (90% of max value = 765). Red value is 185 (72.66% from 255 or 26.97% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9F6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F6FF is #460900. Grayscale: #E4E4E4. Windows color (decimal): -4589825 or 16774841. OLE color: 16774841.

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

Color convert

RGB185246255-
CMYK0.270.0400
HSL187.71º100%86.27%-
HSV(B)187.71º27.45%100%-
XYZ71.0183.45106.97-
YUV228.79142.7996.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.97%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 255 (100% from 255) = 37.17%
R=26.97%
G=35.86%
B=37.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852462550.270.0400187.7110086.27
HexB9F6FF1B400bc6456
Octal27136637733400274144126
Binary10111001111101101111111111011100001011110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F6FF; }

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

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

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

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

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

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

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

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