Html Css Color HEX #B9F6FC Pale Turquoise

📋 copy color: '#B9F6FC'

red 185 ◦ green 246 ◦ blue 252

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

Shades of Pale Turquoise #B9F6FC

Tints of Pale Turquoise #B9F6FC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.02%

 BLUE value IS 252 (98.83% from 255) = 36.9%

R = 27.09%
G = 36.02%
B = 36.9%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9F6FC (or 0xB9F6FC) is known color: Pale Turquoise. HEX triplet: B9, F6 and FC. RGB value is (185,246,252). Sum of RGB (Red+Green+Blue) = 185+246+252=683 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.09% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9F6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F6FC is #460903. Grayscale: #E4E4E4. Windows color (decimal): -4589828 or 16578233. OLE color: 16578233.

HSL color Cylindrical-coordinate representation of color #B9F6FC: hue angle of 185.37º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9F6FC is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 246 252 -
CMYK 0.27 0.02 0 0.01
HSL 185.37º 0.92% 0.86% -
HSV(B) 185.37º 0.27% 0.99% -
XYZ 70.53 83.25 104.45 -
YUV 228.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 185 246 252 0.27 0.02 0 0.01 185.37 0.92 0.86
Hex B9 F6 FC 1B 2 0 1 B9 5C 56
Octal 271 366 374 33 2 0 1 271 134 126
Binary 10111001 11110110 11111100 11011 10 0 1 10111001 1011100 1010110

Color Harmonies of #B9F6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F6FC

Black with #B9F6FC

Text Example


Text Example

White with #B9F6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F6FC; }

 p { color: rgb(185,246,252); }

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

background-color css

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

 a { background-color: rgb(185,246,252); }

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

border-color css

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

 span { border-color: rgb(185,246,252); }

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