Html Css Color HEX #B0E3FB Columbia Blue

📋 copy color: '#B0E3FB'

red 176 ◦ green 227 ◦ blue 251

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

Shades of Columbia Blue #B0E3FB

Tints of Columbia Blue #B0E3FB

RGB

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

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

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

R = 26.91%
G = 34.71%
B = 38.38%

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

#B0E3FB (or 0xB0E3FB) is known color: Columbia Blue. HEX triplet: B0, E3 and FB. RGB value is (176,227,251). Sum of RGB (Red+Green+Blue) = 176+227+251=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0E3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E3FB is #4F1C04. Grayscale: #D6D6D6. Windows color (decimal): -5184517 or 16507824. OLE color: 16507824.

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

Color convert

RGB 176 227 251 -
CMYK 0.30 0.10 0 0.02
HSL 199.2º 0.9% 0.84% -
HSV(B) 199.2º 0.3% 0.98% -
XYZ 62.79 71.13 101.69 -
YUV 214.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 176 227 251 0.30 0.10 0 0.02 199.2 0.9 0.84
Hex B0 E3 FB 1E A 0 2 C7 5A 54
Octal 260 343 373 36 12 0 2 307 132 124
Binary 10110000 11100011 11111011 11110 1010 0 10 11000111 1011010 1010100

Color Harmonies of #B0E3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E3FB

Black with #B0E3FB

Text Example


Text Example

White with #B0E3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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