Html Css Color HEX #B9F5FF Pale Turquoise

📋 copy color: '#B9F5FF'

red 185 ◦ green 245 ◦ blue 255

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

Shades of Pale Turquoise #B9F5FF

Tints of Pale Turquoise #B9F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.77%

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

R = 27.01%
G = 35.77%
B = 37.23%

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

#B9F5FF (or 0xB9F5FF) is known color: Pale Turquoise. HEX triplet: B9, F5 and FF. RGB value is (185,245,255). Sum of RGB (Red+Green+Blue) = 185+245+255=685 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.01% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F5FF is #460A00. Grayscale: #E4E4E4. Windows color (decimal): -4590081 or 16774585. OLE color: 16774585.

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

Color convert

RGB 185 245 255 -
CMYK 0.27 0.04 0 0
HSL 188.57º 1% 0.86% -
HSV(B) 188.57º 0.27% 1% -
XYZ 70.71 82.84 106.87 -
YUV 228.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 185 245 255 0.27 0.04 0 0 188.57 1 0.86
Hex B9 F5 FF 1B 4 0 0 BD 64 56
Octal 271 365 377 33 4 0 0 275 144 126
Binary 10111001 11110101 11111111 11011 100 0 0 10111101 1100100 1010110

Color Harmonies of #B9F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F5FF

Black with #B9F5FF

Text Example


Text Example

White with #B9F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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