#B8E3FF

Color #B8E3FF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #B8E3FF

Tints of Columbia Blue #B8E3FF

Color information

#B8E3FF (or 0xB8E3FF) is unknown color: approx Columbia Blue. HEX triplet: B8, E3 and FF. RGB value is (184,227,255). Sum of RGB (Red+Green+Blue) = 184+227+255=666 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.63% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8E3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E3FF is #471C00. Grayscale: #D9D9D9. Windows color (decimal): -4660225 or 16769976. OLE color: 16769976.

HSL color Cylindrical-coordinate representation of color #B8E3FF: hue angle of 203.66º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8E3FF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184227255-
CMYK0.280.1100
HSL203.66º100%86.08%-
HSV(B)203.66º27.84%100%-
XYZ65.2972.35105.13-
YUV217.33149.25104.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.63%
GREEN value IS 227 (89.06% from 255) = 34.08%
BLUE value IS 255 (100% from 255) = 38.29%
R=27.63%
G=34.08%
B=38.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842272550.280.1100203.6610086.08
HexB8E3FF1CB00cc6456
Octal270343377341300314144126
Binary101110001110001111111111111001011001100110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E3FF; }

 p { color: rgb(184,227,255); }

 H1.HeaderClassName
 {
   color: #B8E3FF;
 }
 .AnyTagClassName
 {
   color: #B8E3FF;
 }
</style>
background-color css

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

 a { background-color: rgb(184,227,255); }

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

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

 span { border-color: rgb(184,227,255); }

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