Html Css Color HEX #B1E3FA Columbia Blue

📋 copy color: '#B1E3FA'

red 177 ◦ green 227 ◦ blue 250

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

Shades of Columbia Blue #B1E3FA

Tints of Columbia Blue #B1E3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.71%

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

R = 27.06%
G = 34.71%
B = 38.23%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1E3FA (or 0xB1E3FA) is known color: Columbia Blue. HEX triplet: B1, E3 and FA. RGB value is (177,227,250). Sum of RGB (Red+Green+Blue) = 177+227+250=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1E3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E3FA is #4E1C05. Grayscale: #D6D6D6. Windows color (decimal): -5118982 or 16442289. OLE color: 16442289.

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

Color convert

RGB 177 227 250 -
CMYK 0.29 0.09 0 0.02
HSL 198.9º 0.88% 0.84% -
HSV(B) 198.9º 0.29% 0.98% -
XYZ 62.86 71.19 100.87 -
YUV 214.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 177 227 250 0.29 0.09 0 0.02 198.9 0.88 0.84
Hex B1 E3 FA 1D 9 0 2 C7 58 54
Octal 261 343 372 35 11 0 2 307 130 124
Binary 10110001 11100011 11111010 11101 1001 0 10 11000111 1011000 1010100

Color Harmonies of #B1E3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E3FA

Black with #B1E3FA

Text Example


Text Example

White with #B1E3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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