#8BE6F8

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

Shades of Columbia Blue #8BE6F8

Tints of Columbia Blue #8BE6F8

Color information

#8BE6F8 (or 0x8BE6F8) is unknown color: approx Columbia Blue. HEX triplet: 8B, E6 and F8. RGB value is (139,230,248). Sum of RGB (Red+Green+Blue) = 139+230+248=617 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.53% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #8BE6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE6F8 is #741907. Grayscale: #CCCCCC. Windows color (decimal): -7608584 or 16311947. OLE color: 16311947.

HSL color Cylindrical-coordinate representation of color #8BE6F8: hue angle of 189.91º 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 #8BE6F8 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB139230248-
CMYK0.440.0700.03
HSL189.91º88.62%75.88%-
HSV(B)189.91º43.95%97.25%-
XYZ55.8968.8699.15-
YUV204.84152.3581.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.53%
GREEN value IS 230 (90.23% from 255) = 37.28%
BLUE value IS 248 (97.27% from 255) = 40.19%
R=22.53%
G=37.28%
B=40.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392302480.440.0700.03189.9188.6275.88
Hex8BE6F82C703be594c
Octal21334637054703276131114
Binary1000101111100110111110001011001110111011111010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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