Html Css Color HEX #B1F6FF Pale Turquoise

📋 copy color: '#B1F6FF'

red 177 ◦ green 246 ◦ blue 255

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

Shades of Pale Turquoise #B1F6FF

Tints of Pale Turquoise #B1F6FF

RGB

 RED value IS 177 (69.53% from 255) = 26.11%

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

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

R = 26.11%
G = 36.28%
B = 37.61%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1F6FF (or 0xB1F6FF) is known color: Pale Turquoise. HEX triplet: B1, F6 and FF. RGB value is (177,246,255). Sum of RGB (Red+Green+Blue) = 177+246+255=678 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.11% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F6FF is #4E0900. Grayscale: #E2E2E2. Windows color (decimal): -5114113 or 16774833. OLE color: 16774833.

HSL color Cylindrical-coordinate representation of color #B1F6FF: hue angle of 186.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1F6FF is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 246 255 -
CMYK 0.31 0.04 0 0
HSL 186.92º 1% 0.85% -
HSV(B) 186.92º 0.31% 1% -
XYZ 69.14 82.48 106.88 -
YUV 226.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 177 246 255 0.31 0.04 0 0 186.92 1 0.85
Hex B1 F6 FF 1F 4 0 0 BB 64 55
Octal 261 366 377 37 4 0 0 273 144 125
Binary 10110001 11110110 11111111 11111 100 0 0 10111011 1100100 1010101

Color Harmonies of #B1F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F6FF

Black with #B1F6FF

Text Example


Text Example

White with #B1F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F6FF; }

 p { color: rgb(177,246,255); }

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

background-color css

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

 a { background-color: rgb(177,246,255); }

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

border-color css

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

 span { border-color: rgb(177,246,255); }

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