Html Css Color HEX #B9FCFF Pale Turquoise

📋 copy color: '#B9FCFF'

red 185 ◦ green 252 ◦ blue 255

#B9FCFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #B9FCFF

Tints of Pale Turquoise #B9FCFF

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 value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9FCFF (or 0xB9FCFF) is known color: 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

RGB 185 252 255 -
CMYK 0.27 0.01 0 0
HSL 182.57º 1% 0.86% -
HSV(B) 182.57º 0.27% 1% -
XYZ 72.87 87.16 107.59 -
YUV 232.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 185 252 255 0.27 0.01 0 0 182.57 1 0.86
Hex B9 FC FF 1B 1 0 0 B7 64 56
Octal 271 374 377 33 1 0 0 267 144 126
Binary 10111001 11111100 11111111 11011 1 0 0 10110111 1100100 1010110

Color Harmonies of #B9FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FCFF

Black with #B9FCFF

Text Example


Text Example

White with #B9FCFF

Text Example


Text Example

HTML Codes & Css Web 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>