Html Css Color HEX #B9F8FA Pale Turquoise

📋 copy color: '#B9F8FA'

red 185 ◦ green 248 ◦ blue 250

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

Shades of Pale Turquoise #B9F8FA

Tints of Pale Turquoise #B9F8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.31%

 BLUE value IS 250 (98.05% from 255) = 36.6%

R = 27.09%
G = 36.31%
B = 36.6%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9F8FA (or 0xB9F8FA) is known color: Pale Turquoise. HEX triplet: B9, F8 and FA. RGB value is (185,248,250). Sum of RGB (Red+Green+Blue) = 185+248+250=683 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.09% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9F8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F8FA is #460705. Grayscale: #E5E5E5. Windows color (decimal): -4589318 or 16447673. OLE color: 16447673.

HSL color Cylindrical-coordinate representation of color #B9F8FA: hue angle of 181.85º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9F8FA is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 248 250 -
CMYK 0.26 0.01 0 0.02
HSL 181.85º 0.87% 0.85% -
HSV(B) 181.85º 0.26% 0.98% -
XYZ 70.83 84.35 102.99 -
YUV 229.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 185 248 250 0.26 0.01 0 0.02 181.85 0.87 0.85
Hex B9 F8 FA 1A 1 0 2 B6 57 55
Octal 271 370 372 32 1 0 2 266 127 125
Binary 10111001 11111000 11111010 11010 1 0 10 10110110 1010111 1010101

Color Harmonies of #B9F8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F8FA

Black with #B9F8FA

Text Example


Text Example

White with #B9F8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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