Html Css Color HEX #B1F2FA Pale Turquoise

📋 copy color: '#B1F2FA'

red 177 ◦ green 242 ◦ blue 250

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

Shades of Pale Turquoise #B1F2FA

Tints of Pale Turquoise #B1F2FA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.17%

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 26.46%
G = 36.17%
B = 37.37%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1F2FA (or 0xB1F2FA) is known color: Pale Turquoise. HEX triplet: B1, F2 and FA. RGB value is (177,242,250). Sum of RGB (Red+Green+Blue) = 177+242+250=669 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.46% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F2FA is #4E0D05. Grayscale: #DFDFDF. Windows color (decimal): -5115142 or 16446129. OLE color: 16446129.

HSL color Cylindrical-coordinate representation of color #B1F2FA: hue angle of 186.58º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F2FA is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 242 250 -
CMYK 0.29 0.03 0 0.02
HSL 186.58º 0.88% 0.84% -
HSV(B) 186.58º 0.29% 0.98% -
XYZ 67.14 79.75 102.3 -
YUV 223.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 177 242 250 0.29 0.03 0 0.02 186.58 0.88 0.84
Hex B1 F2 FA 1D 3 0 2 BB 58 54
Octal 261 362 372 35 3 0 2 273 130 124
Binary 10110001 11110010 11111010 11101 11 0 10 10111011 1011000 1010100

Color Harmonies of #B1F2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F2FA

Black with #B1F2FA

Text Example


Text Example

White with #B1F2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F2FA; }

 p { color: rgb(177,242,250); }

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

background-color css

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

 a { background-color: rgb(177,242,250); }

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

border-color css

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

 span { border-color: rgb(177,242,250); }

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