Html Css Color HEX #B0E1FB Columbia Blue

📋 copy color: '#B0E1FB'

red 176 ◦ green 225 ◦ blue 251

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

Shades of Columbia Blue #B0E1FB

Tints of Columbia Blue #B0E1FB

RGB

 RED value IS 176 (69.14% from 255) = 26.99%

 GREEN value IS 225 (88.28% from 255) = 34.51%

 BLUE value IS 251 (98.44% from 255) = 38.5%

R = 26.99%
G = 34.51%
B = 38.5%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0E1FB (or 0xB0E1FB) is known color: Columbia Blue. HEX triplet: B0, E1 and FB. RGB value is (176,225,251). Sum of RGB (Red+Green+Blue) = 176+225+251=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1FB is #4F1E04. Grayscale: #D5D5D5. Windows color (decimal): -5185029 or 16507312. OLE color: 16507312.

HSL color Cylindrical-coordinate representation of color #B0E1FB: hue angle of 200.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E1FB is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 225 251 -
CMYK 0.30 0.10 0 0.02
HSL 200.8º 0.9% 0.84% -
HSV(B) 200.8º 0.3% 0.98% -
XYZ 62.24 70.05 101.51 -
YUV 213.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 176 225 251 0.30 0.10 0 0.02 200.8 0.9 0.84
Hex B0 E1 FB 1E A 0 2 C9 5A 54
Octal 260 341 373 36 12 0 2 311 132 124
Binary 10110000 11100001 11111011 11110 1010 0 10 11001001 1011010 1010100

Color Harmonies of #B0E1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E1FB

Black with #B0E1FB

Text Example


Text Example

White with #B0E1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E1FB; }

 p { color: rgb(176,225,251); }

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

background-color css

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

 a { background-color: rgb(176,225,251); }

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

border-color css

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

 span { border-color: rgb(176,225,251); }

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