#8BE0FD

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

Shades of Columbia Blue #8BE0FD

Tints of Columbia Blue #8BE0FD

Color information

#8BE0FD (or 0x8BE0FD) is unknown color: approx Columbia Blue. HEX triplet: 8B, E0 and FD. RGB value is (139,224,253). Sum of RGB (Red+Green+Blue) = 139+224+253=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE0FD is #741F02. Grayscale: #C9C9C9. Windows color (decimal): -7610115 or 16638091. OLE color: 16638091.

HSL color Cylindrical-coordinate representation of color #8BE0FD: hue angle of 195.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BE0FD is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139224253-
CMYK0.450.1100.01
HSL195.26º96.61%76.86%-
HSV(B)195.26º45.06%99.22%-
XYZ55.0365.89102.75-
YUV201.89156.8483.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.56%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=22.56%
G=36.36%
B=41.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392242530.450.1100.01195.2696.6176.86
Hex8BE0FD2DB01c3614d
Octal213340375551301303141115
Binary1000101111100000111111011011011011011100001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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