Html Css Color HEX #B1F3FA Pale Turquoise

📋 copy color: '#B1F3FA'

red 177 ◦ green 243 ◦ blue 250

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

Shades of Pale Turquoise #B1F3FA

Tints of Pale Turquoise #B1F3FA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.27%

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

R = 26.42%
G = 36.27%
B = 37.31%

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

#B1F3FA (or 0xB1F3FA) is known color: Pale Turquoise. HEX triplet: B1, F3 and FA. RGB value is (177,243,250). Sum of RGB (Red+Green+Blue) = 177+243+250=670 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.42% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1F3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F3FA is #4E0C05. Grayscale: #DFDFDF. Windows color (decimal): -5114886 or 16446385. OLE color: 16446385.

HSL color Cylindrical-coordinate representation of color #B1F3FA: hue angle of 185.75º 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 #B1F3FA is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 243 250 -
CMYK 0.29 0.03 0 0.02
HSL 185.75º 0.88% 0.84% -
HSV(B) 185.75º 0.29% 0.98% -
XYZ 67.44 80.35 102.4 -
YUV 224.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 177 243 250 0.29 0.03 0 0.02 185.75 0.88 0.84
Hex B1 F3 FA 1D 3 0 2 BA 58 54
Octal 261 363 372 35 3 0 2 272 130 124
Binary 10110001 11110011 11111010 11101 11 0 10 10111010 1011000 1010100

Color Harmonies of #B1F3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F3FA

Black with #B1F3FA

Text Example


Text Example

White with #B1F3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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