Html Css Color HEX #B9FAFF Pale Turquoise

📋 copy color: '#B9FAFF'

red 185 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #B9FAFF

Tints of Pale Turquoise #B9FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.23%

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

R = 26.81%
G = 36.23%
B = 36.96%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9FAFF (or 0xB9FAFF) is known color: Pale Turquoise. HEX triplet: B9, FA and FF. RGB value is (185,250,255). Sum of RGB (Red+Green+Blue) = 185+250+255=690 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.81% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAFF is #460500. Grayscale: #E7E7E7. Windows color (decimal): -4588801 or 16775865. OLE color: 16775865.

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

Color convert

RGB 185 250 255 -
CMYK 0.27 0.02 0 0
HSL 184.29º 1% 0.86% -
HSV(B) 184.29º 0.27% 1% -
XYZ 72.24 85.91 107.38 -
YUV 231.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 185 250 255 0.27 0.02 0 0 184.29 1 0.86
Hex B9 FA FF 1B 2 0 0 B8 64 56
Octal 271 372 377 33 2 0 0 270 144 126
Binary 10111001 11111010 11111111 11011 10 0 0 10111000 1100100 1010110

Color Harmonies of #B9FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FAFF

Black with #B9FAFF

Text Example


Text Example

White with #B9FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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