Html Css Color HEX #B1F5FD Pale Turquoise

📋 copy color: '#B1F5FD'

red 177 ◦ green 245 ◦ blue 253

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

Shades of Pale Turquoise #B1F5FD

Tints of Pale Turquoise #B1F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.3%

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 26.22%
G = 36.3%
B = 37.48%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1F5FD (or 0xB1F5FD) is known color: Pale Turquoise. HEX triplet: B1, F5 and FD. RGB value is (177,245,253). Sum of RGB (Red+Green+Blue) = 177+245+253=675 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.22% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F5FD is #4E0A02. Grayscale: #E1E1E1. Windows color (decimal): -5114371 or 16643505. OLE color: 16643505.

HSL color Cylindrical-coordinate representation of color #B1F5FD: hue angle of 186.32º degrees, saturation: 0.95, 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 #B1F5FD is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 245 253 -
CMYK 0.30 0.03 0 0.01
HSL 186.32º 0.95% 0.84% -
HSV(B) 186.32º 0.3% 0.99% -
XYZ 68.51 81.74 105.1 -
YUV 225.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 177 245 253 0.30 0.03 0 0.01 186.32 0.95 0.84
Hex B1 F5 FD 1E 3 0 1 BA 5F 54
Octal 261 365 375 36 3 0 1 272 137 124
Binary 10110001 11110101 11111101 11110 11 0 1 10111010 1011111 1010100

Color Harmonies of #B1F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F5FD

Black with #B1F5FD

Text Example


Text Example

White with #B1F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F5FD; }

 p { color: rgb(177,245,253); }

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

background-color css

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

 a { background-color: rgb(177,245,253); }

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

border-color css

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

 span { border-color: rgb(177,245,253); }

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