Html Css Color HEX #B9FDF9 Pale Turquoise

📋 copy color: '#B9FDF9'

red 185 ◦ green 253 ◦ blue 249

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

Shades of Pale Turquoise #B9FDF9

Tints of Pale Turquoise #B9FDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.24%

R = 26.93%
G = 36.83%
B = 36.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#B9FDF9 (or 0xB9FDF9) is known color: Pale Turquoise. HEX triplet: B9, FD and F9. RGB value is (185,253,249). Sum of RGB (Red+Green+Blue) = 185+253+249=687 (90% of max value = 765). Red value is 185 (72.66% from 255 or 26.93% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDF9 is #460206. Grayscale: #E8E8E8. Windows color (decimal): -4588039 or 16383417. OLE color: 16383417.

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

Color convert

RGB 185 253 249 -
CMYK 0.27 0 0.02 0.01
HSL 176.47º 0.94% 0.86% -
HSV(B) 176.47º 0.27% 0.99% -
XYZ 72.23 87.4 102.69 -
YUV 232.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 185 253 249 0.27 0 0.02 0.01 176.47 0.94 0.86
Hex B9 FD F9 1B 0 2 1 B0 5E 56
Octal 271 375 371 33 0 2 1 260 136 126
Binary 10111001 11111101 11111001 11011 0 10 1 10110000 1011110 1010110

Color Harmonies of #B9FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDF9

Black with #B9FDF9

Text Example


Text Example

White with #B9FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FDF9; }

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

 H1.HeaderClassName
 {
   color: #B9FDF9;
 }
 .AnyTagClassName
 {
   color: #B9FDF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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