Html Css Color HEX #B0E9FE Columbia Blue

📋 copy color: '#B0E9FE'

red 176 ◦ green 233 ◦ blue 254

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

Shades of Columbia Blue #B0E9FE

Tints of Columbia Blue #B0E9FE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.14%

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

R = 26.55%
G = 35.14%
B = 38.31%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0E9FE (or 0xB0E9FE) is known color: Columbia Blue. HEX triplet: B0, E9 and FE. RGB value is (176,233,254). Sum of RGB (Red+Green+Blue) = 176+233+254=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0E9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E9FE is #4F1601. Grayscale: #DADADA. Windows color (decimal): -5182978 or 16705968. OLE color: 16705968.

HSL color Cylindrical-coordinate representation of color #B0E9FE: hue angle of 196.15º 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 #B0E9FE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 233 254 -
CMYK 0.31 0.08 0 0.00
HSL 196.15º 0.98% 0.84% -
HSV(B) 196.15º 0.31% 1% -
XYZ 64.93 74.66 104.76 -
YUV 218.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 176 233 254 0.31 0.08 0 0.00 196.15 0.98 0.84
Hex B0 E9 FE 1F 8 0 0 C4 62 54
Octal 260 351 376 37 10 0 0 304 142 124
Binary 10110000 11101001 11111110 11111 1000 0 0 11000100 1100010 1010100

Color Harmonies of #B0E9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E9FE

Black with #B0E9FE

Text Example


Text Example

White with #B0E9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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