Html Css Color HEX #B0E5FC Columbia Blue

📋 copy color: '#B0E5FC'

red 176 ◦ green 229 ◦ blue 252

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

Shades of Columbia Blue #B0E5FC

Tints of Columbia Blue #B0E5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.86%

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 26.79%
G = 34.86%
B = 38.36%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B0E5FC (or 0xB0E5FC) is known color: Columbia Blue. HEX triplet: B0, E5 and FC. RGB value is (176,229,252). Sum of RGB (Red+Green+Blue) = 176+229+252=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0E5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E5FC is #4F1A03. Grayscale: #D7D7D7. Windows color (decimal): -5184004 or 16573872. OLE color: 16573872.

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

Color convert

RGB 176 229 252 -
CMYK 0.30 0.09 0 0.01
HSL 198.16º 0.93% 0.84% -
HSV(B) 198.16º 0.3% 0.99% -
XYZ 63.49 72.3 102.7 -
YUV 215.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 176 229 252 0.30 0.09 0 0.01 198.16 0.93 0.84
Hex B0 E5 FC 1E 9 0 1 C6 5D 54
Octal 260 345 374 36 11 0 1 306 135 124
Binary 10110000 11100101 11111100 11110 1001 0 1 11000110 1011101 1010100

Color Harmonies of #B0E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5FC

Black with #B0E5FC

Text Example


Text Example

White with #B0E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5FC; }

 p { color: rgb(176,229,252); }

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

background-color css

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

 a { background-color: rgb(176,229,252); }

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

border-color css

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

 span { border-color: rgb(176,229,252); }

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