Html Css Color HEX #B1E3FE Columbia Blue

📋 copy color: '#B1E3FE'

red 177 ◦ green 227 ◦ blue 254

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

Shades of Columbia Blue #B1E3FE

Tints of Columbia Blue #B1E3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 26.9%
G = 34.5%
B = 38.6%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1E3FE (or 0xB1E3FE) is known color: Columbia Blue. HEX triplet: B1, E3 and FE. RGB value is (177,227,254). Sum of RGB (Red+Green+Blue) = 177+227+254=658 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.90% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1E3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E3FE is #4E1C01. Grayscale: #D6D6D6. Windows color (decimal): -5118978 or 16704433. OLE color: 16704433.

HSL color Cylindrical-coordinate representation of color #B1E3FE: hue angle of 201.04º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1E3FE is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 227 254 -
CMYK 0.30 0.11 0 0.00
HSL 201.04º 0.97% 0.85% -
HSV(B) 201.04º 0.3% 1% -
XYZ 63.49 71.44 104.21 -
YUV 215.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 177 227 254 0.30 0.11 0 0.00 201.04 0.97 0.85
Hex B1 E3 FE 1E B 0 0 C9 61 55
Octal 261 343 376 36 13 0 0 311 141 125
Binary 10110001 11100011 11111110 11110 1011 0 0 11001001 1100001 1010101

Color Harmonies of #B1E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E3FE

Black with #B1E3FE

Text Example


Text Example

White with #B1E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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