Html Css Color HEX #B9FDFE Pale Turquoise

📋 copy color: '#B9FDFE'

red 185 ◦ green 253 ◦ blue 254

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

Shades of Pale Turquoise #B9FDFE

Tints of Pale Turquoise #B9FDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.71%

R = 26.73%
G = 36.56%
B = 36.71%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9FDFE (or 0xB9FDFE) is known color: Pale Turquoise. HEX triplet: B9, FD and FE. RGB value is (185,253,254). Sum of RGB (Red+Green+Blue) = 185+253+254=692 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.73% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDFE is #460201. Grayscale: #E8E8E8. Windows color (decimal): -4588034 or 16711097. OLE color: 16711097.

HSL color Cylindrical-coordinate representation of color #B9FDFE: hue angle of 180.87º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDFE is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 253 254 -
CMYK 0.27 0.00 0 0.00
HSL 180.87º 0.97% 0.86% -
HSV(B) 180.87º 0.27% 1% -
XYZ 73.02 87.72 106.85 -
YUV 232.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 185 253 254 0.27 0.00 0 0.00 180.87 0.97 0.86
Hex B9 FD FE 1B 0 0 0 B5 61 56
Octal 271 375 376 33 0 0 0 265 141 126
Binary 10111001 11111101 11111110 11011 0 0 0 10110101 1100001 1010110

Color Harmonies of #B9FDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDFE

Black with #B9FDFE

Text Example


Text Example

White with #B9FDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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