#8BE5F8

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

Shades of Columbia Blue #8BE5F8

Tints of Columbia Blue #8BE5F8

Color information

#8BE5F8 (or 0x8BE5F8) is unknown color: approx Columbia Blue. HEX triplet: 8B, E5 and F8. RGB value is (139,229,248). Sum of RGB (Red+Green+Blue) = 139+229+248=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #8BE5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE5F8 is #741A07. Grayscale: #CCCCCC. Windows color (decimal): -7608840 or 16311691. OLE color: 16311691.

HSL color Cylindrical-coordinate representation of color #8BE5F8: hue angle of 190.46º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BE5F8 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB139229248-
CMYK0.440.0800.03
HSL190.46º88.62%75.88%-
HSV(B)190.46º43.95%97.25%-
XYZ55.6168.399.06-
YUV204.26152.6881.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.56%
GREEN value IS 229 (89.84% from 255) = 37.18%
BLUE value IS 248 (97.27% from 255) = 40.26%
R=22.56%
G=37.18%
B=40.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392292480.440.0800.03190.4688.6275.88
Hex8BE5F82C803be594c
Octal213345370541003276131114
Binary10001011111001011111100010110010000111011111010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,229,248); }

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

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

 a { background-color: rgb(139,229,248); }

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

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

 span { border-color: rgb(139,229,248); }

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