Html Css Color HEX #B9FDF8 Pale Turquoise

📋 copy color: '#B9FDF8'

red 185 ◦ green 253 ◦ blue 248

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

Shades of Pale Turquoise #B9FDF8

Tints of Pale Turquoise #B9FDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.15%

R = 26.97%
G = 36.88%
B = 36.15%

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

#B9FDF8 (or 0xB9FDF8) is known color: Pale Turquoise. HEX triplet: B9, FD and F8. RGB value is (185,253,248). Sum of RGB (Red+Green+Blue) = 185+253+248=686 (90% of max value = 765). Red value is 185 (72.66% from 255 or 26.97% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDF8 is #460207. Grayscale: #E8E8E8. Windows color (decimal): -4588040 or 16317881. OLE color: 16317881.

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

Color convert

RGB 185 253 248 -
CMYK 0.27 0 0.02 0.01
HSL 175.59º 0.94% 0.86% -
HSV(B) 175.59º 0.27% 0.99% -
XYZ 72.08 87.34 101.87 -
YUV 232.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 185 253 248 0.27 0 0.02 0.01 175.59 0.94 0.86
Hex B9 FD F8 1B 0 2 1 B0 5E 56
Octal 271 375 370 33 0 2 1 260 136 126
Binary 10111001 11111101 11111000 11011 0 10 1 10110000 1011110 1010110

Color Harmonies of #B9FDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDF8

Black with #B9FDF8

Text Example


Text Example

White with #B9FDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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