Html Css Color HEX #B0E0FE Columbia Blue

📋 copy color: '#B0E0FE'

red 176 ◦ green 224 ◦ blue 254

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

Shades of Columbia Blue #B0E0FE

Tints of Columbia Blue #B0E0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.25%

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

R = 26.91%
G = 34.25%
B = 38.84%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0E0FE (or 0xB0E0FE) is known color: Columbia Blue. HEX triplet: B0, E0 and FE. RGB value is (176,224,254). Sum of RGB (Red+Green+Blue) = 176+224+254=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0FE is #4F1F01. Grayscale: #D4D4D4. Windows color (decimal): -5185282 or 16703664. OLE color: 16703664.

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

Color convert

RGB 176 224 254 -
CMYK 0.31 0.12 0 0.00
HSL 203.08º 0.98% 0.84% -
HSV(B) 203.08º 0.31% 1% -
XYZ 62.45 69.7 103.93 -
YUV 213.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 176 224 254 0.31 0.12 0 0.00 203.08 0.98 0.84
Hex B0 E0 FE 1F C 0 0 CB 62 54
Octal 260 340 376 37 14 0 0 313 142 124
Binary 10110000 11100000 11111110 11111 1100 0 0 11001011 1100010 1010100

Color Harmonies of #B0E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E0FE

Black with #B0E0FE

Text Example


Text Example

White with #B0E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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