#8BE0FA

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

Shades of Columbia Blue #8BE0FA

Tints of Columbia Blue #8BE0FA

Color information

#8BE0FA (or 0x8BE0FA) is unknown color: approx Columbia Blue. HEX triplet: 8B, E0 and FA. RGB value is (139,224,250). Sum of RGB (Red+Green+Blue) = 139+224+250=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BE0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE0FA is #741F05. Grayscale: #C9C9C9. Windows color (decimal): -7610118 or 16441483. OLE color: 16441483.

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

Color convert

RGB139224250-
CMYK0.440.1000.02
HSL194.05º91.74%76.27%-
HSV(B)194.05º44.4%98.04%-
XYZ54.5665.7100.25-
YUV201.55155.3483.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.68%
GREEN value IS 224 (87.89% from 255) = 36.54%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=22.68%
G=36.54%
B=40.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392242500.440.1000.02194.0591.7476.27
Hex8BE0FA2CA02c25c4c
Octal213340372541202302134114
Binary10001011111000001111101010110010100101100001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,224,250); }

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

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

 a { background-color: rgb(139,224,250); }

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

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

 span { border-color: rgb(139,224,250); }

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