Html Css Color HEX #B1EAFF Columbia Blue

📋 copy color: '#B1EAFF'

red 177 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #B1EAFF

Tints of Columbia Blue #B1EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.14%

 BLUE value IS 255 (100% from 255) = 38.29%

R = 26.58%
G = 35.14%
B = 38.29%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1EAFF (or 0xB1EAFF) is known color: Columbia Blue. HEX triplet: B1, EA and FF. RGB value is (177,234,255). Sum of RGB (Red+Green+Blue) = 177+234+255=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAFF is #4E1500. Grayscale: #DBDBDB. Windows color (decimal): -5117185 or 16771761. OLE color: 16771761.

HSL color Cylindrical-coordinate representation of color #B1EAFF: hue angle of 196.15º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1EAFF is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 234 255 -
CMYK 0.31 0.08 0 0
HSL 196.15º 1% 0.85% -
HSV(B) 196.15º 0.31% 1% -
XYZ 65.6 75.41 105.71 -
YUV 219.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 177 234 255 0.31 0.08 0 0 196.15 1 0.85
Hex B1 EA FF 1F 8 0 0 C4 64 55
Octal 261 352 377 37 10 0 0 304 144 125
Binary 10110001 11101010 11111111 11111 1000 0 0 11000100 1100100 1010101

Color Harmonies of #B1EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EAFF

Black with #B1EAFF

Text Example


Text Example

White with #B1EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EAFF; }

 p { color: rgb(177,234,255); }

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

background-color css

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

 a { background-color: rgb(177,234,255); }

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

border-color css

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

 span { border-color: rgb(177,234,255); }

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