Html Css Color HEX #B0E3FE Columbia Blue

📋 copy color: '#B0E3FE'

red 176 ◦ green 227 ◦ blue 254

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

Shades of Columbia Blue #B0E3FE

Tints of Columbia Blue #B0E3FE

RGB

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

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

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

R = 26.79%
G = 34.55%
B = 38.66%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0E3FE (or 0xB0E3FE) is known color: Columbia Blue. HEX triplet: B0, E3 and FE. RGB value is (176,227,254). Sum of RGB (Red+Green+Blue) = 176+227+254=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0E3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E3FE is #4F1C01. Grayscale: #D6D6D6. Windows color (decimal): -5184514 or 16704432. OLE color: 16704432.

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

Color convert

RGB 176 227 254 -
CMYK 0.31 0.11 0 0.00
HSL 200.77º 0.98% 0.84% -
HSV(B) 200.77º 0.31% 1% -
XYZ 63.26 71.32 104.2 -
YUV 214.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 176 227 254 0.31 0.11 0 0.00 200.77 0.98 0.84
Hex B0 E3 FE 1F B 0 0 C9 62 54
Octal 260 343 376 37 13 0 0 311 142 124
Binary 10110000 11100011 11111110 11111 1011 0 0 11001001 1100010 1010100

Color Harmonies of #B0E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E3FE

Black with #B0E3FE

Text Example


Text Example

White with #B0E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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