Html Css Color HEX #B0E7FE Columbia Blue

📋 copy color: '#B0E7FE'

red 176 ◦ green 231 ◦ blue 254

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

Shades of Columbia Blue #B0E7FE

Tints of Columbia Blue #B0E7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.95%

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

R = 26.63%
G = 34.95%
B = 38.43%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0E7FE (or 0xB0E7FE) is known color: Columbia Blue. HEX triplet: B0, E7 and FE. RGB value is (176,231,254). Sum of RGB (Red+Green+Blue) = 176+231+254=661 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.63% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E7FE is #4F1801. Grayscale: #D9D9D9. Windows color (decimal): -5183490 or 16705456. OLE color: 16705456.

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

Color convert

RGB 176 231 254 -
CMYK 0.31 0.09 0 0.00
HSL 197.69º 0.98% 0.84% -
HSV(B) 197.69º 0.31% 1% -
XYZ 64.37 73.54 104.57 -
YUV 217.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 176 231 254 0.31 0.09 0 0.00 197.69 0.98 0.84
Hex B0 E7 FE 1F 9 0 0 C6 62 54
Octal 260 347 376 37 11 0 0 306 142 124
Binary 10110000 11100111 11111110 11111 1001 0 0 11000110 1100010 1010100

Color Harmonies of #B0E7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E7FE

Black with #B0E7FE

Text Example


Text Example

White with #B0E7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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