Html Css Color HEX #B9F4FF Pale Turquoise

📋 copy color: '#B9F4FF'

red 185 ◦ green 244 ◦ blue 255

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

Shades of Pale Turquoise #B9F4FF

Tints of Pale Turquoise #B9F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.67%

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

R = 27.05%
G = 35.67%
B = 37.28%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9F4FF (or 0xB9F4FF) is known color: Pale Turquoise. HEX triplet: B9, F4 and FF. RGB value is (185,244,255). Sum of RGB (Red+Green+Blue) = 185+244+255=684 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.05% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F4FF is #460B00. Grayscale: #E3E3E3. Windows color (decimal): -4590337 or 16774329. OLE color: 16774329.

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

Color convert

RGB 185 244 255 -
CMYK 0.27 0.04 0 0
HSL 189.43º 1% 0.86% -
HSV(B) 189.43º 0.27% 1% -
XYZ 70.41 82.24 106.77 -
YUV 227.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 185 244 255 0.27 0.04 0 0 189.43 1 0.86
Hex B9 F4 FF 1B 4 0 0 BD 64 56
Octal 271 364 377 33 4 0 0 275 144 126
Binary 10111001 11110100 11111111 11011 100 0 0 10111101 1100100 1010110

Color Harmonies of #B9F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F4FF

Black with #B9F4FF

Text Example


Text Example

White with #B9F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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