Html Css Color HEX #B1E4FD Columbia Blue

📋 copy color: '#B1E4FD'

red 177 ◦ green 228 ◦ blue 253

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

Shades of Columbia Blue #B1E4FD

Tints of Columbia Blue #B1E4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.65%

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

R = 26.9%
G = 34.65%
B = 38.45%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1E4FD (or 0xB1E4FD) is known color: Columbia Blue. HEX triplet: B1, E4 and FD. RGB value is (177,228,253). Sum of RGB (Red+Green+Blue) = 177+228+253=658 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.90% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1E4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E4FD is #4E1B02. Grayscale: #D7D7D7. Windows color (decimal): -5118723 or 16639153. OLE color: 16639153.

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

Color convert

RGB 177 228 253 -
CMYK 0.30 0.10 0 0.01
HSL 199.74º 0.95% 0.84% -
HSV(B) 199.74º 0.3% 0.99% -
XYZ 63.6 71.93 103.46 -
YUV 215.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 177 228 253 0.30 0.10 0 0.01 199.74 0.95 0.84
Hex B1 E4 FD 1E A 0 1 C8 5F 54
Octal 261 344 375 36 12 0 1 310 137 124
Binary 10110001 11100100 11111101 11110 1010 0 1 11001000 1011111 1010100

Color Harmonies of #B1E4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E4FD

Black with #B1E4FD

Text Example


Text Example

White with #B1E4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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