#8BE8FB

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

Shades of Columbia Blue #8BE8FB

Tints of Columbia Blue #8BE8FB

Color information

#8BE8FB (or 0x8BE8FB) is unknown color: approx Columbia Blue. HEX triplet: 8B, E8 and FB. RGB value is (139,232,251). Sum of RGB (Red+Green+Blue) = 139+232+251=622 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.35% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BE8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE8FB is #741704. Grayscale: #CECECE. Windows color (decimal): -7608069 or 16509067. OLE color: 16509067.

HSL color Cylindrical-coordinate representation of color #8BE8FB: hue angle of 190.18º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BE8FB is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139232251-
CMYK0.450.0800.02
HSL190.18º93.33%76.47%-
HSV(B)190.18º44.62%98.43%-
XYZ56.9270.17101.81-
YUV206.36153.1979.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.35%
GREEN value IS 232 (91.02% from 255) = 37.30%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=22.35%
G=37.30%
B=40.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392322510.450.0800.02190.1893.3376.47
Hex8BE8FB2D802be5d4c
Octal213350373551002276135114
Binary10001011111010001111101110110110000101011111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BE8FB; }

 p { color: rgb(139,232,251); }

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

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

 a { background-color: rgb(139,232,251); }

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

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

 span { border-color: rgb(139,232,251); }

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