Html Css Color HEX #B1ECFC Pale Turquoise

📋 copy color: '#B1ECFC'

red 177 ◦ green 236 ◦ blue 252

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

Shades of Pale Turquoise #B1ECFC

Tints of Pale Turquoise #B1ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.49%

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

R = 26.62%
G = 35.49%
B = 37.89%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1ECFC (or 0xB1ECFC) is known color: Pale Turquoise. HEX triplet: B1, EC and FC. RGB value is (177,236,252). Sum of RGB (Red+Green+Blue) = 177+236+252=665 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.62% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1ECFC is #4E1303. Grayscale: #DCDCDC. Windows color (decimal): -5116676 or 16575665. OLE color: 16575665.

HSL color Cylindrical-coordinate representation of color #B1ECFC: hue angle of 192.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1ECFC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 236 252 -
CMYK 0.30 0.06 0 0.01
HSL 192.8º 0.93% 0.84% -
HSV(B) 192.8º 0.3% 0.99% -
XYZ 65.7 76.37 103.37 -
YUV 220.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 177 236 252 0.30 0.06 0 0.01 192.8 0.93 0.84
Hex B1 EC FC 1E 6 0 1 C1 5D 54
Octal 261 354 374 36 6 0 1 301 135 124
Binary 10110001 11101100 11111100 11110 110 0 1 11000001 1011101 1010100

Color Harmonies of #B1ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ECFC

Black with #B1ECFC

Text Example


Text Example

White with #B1ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ECFC; }

 p { color: rgb(177,236,252); }

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

background-color css

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

 a { background-color: rgb(177,236,252); }

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

border-color css

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

 span { border-color: rgb(177,236,252); }

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