Html Css Color HEX #B9FDFF Pale Turquoise

📋 copy color: '#B9FDFF'

red 185 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #B9FDFF

Tints of Pale Turquoise #B9FDFF

RGB

 RED value IS 185 (72.66% from 255) = 26.7%

 GREEN value IS 253 (99.22% from 255) = 36.51%

 BLUE value IS 255 (100% from 255) = 36.8%

R = 26.7%
G = 36.51%
B = 36.8%

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

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

RGB 185 253 255 -
CMYK 0.27 0.01 0 0
HSL 181.71º 1% 0.86% -
HSV(B) 181.71º 0.27% 1% -
XYZ 73.18 87.78 107.69 -
YUV 232.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 185 253 255 0.27 0.01 0 0 181.71 1 0.86
Hex B9 FD FF 1B 1 0 0 B6 64 56
Octal 271 375 377 33 1 0 0 266 144 126
Binary 10111001 11111101 11111111 11011 1 0 0 10110110 1100100 1010110

Color Harmonies of #B9FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDFF

Black with #B9FDFF

Text Example


Text Example

White with #B9FDFF

Text Example


Text Example

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