#8BE2FD

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

Shades of Columbia Blue #8BE2FD

Tints of Columbia Blue #8BE2FD

Color information

#8BE2FD (or 0x8BE2FD) is unknown color: approx Columbia Blue. HEX triplet: 8B, E2 and FD. RGB value is (139,226,253). Sum of RGB (Red+Green+Blue) = 139+226+253=618 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.49% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BE2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE2FD is #741D02. Grayscale: #CACACA. Windows color (decimal): -7609603 or 16638603. OLE color: 16638603.

HSL color Cylindrical-coordinate representation of color #8BE2FD: hue angle of 194.21º 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 #8BE2FD is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139226253-
CMYK0.450.1100.01
HSL194.21º96.61%76.86%-
HSV(B)194.21º45.06%99.22%-
XYZ55.5766.97102.93-
YUV203.07156.1882.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.49%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=22.49%
G=36.57%
B=40.94%

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
Decimal1392262530.450.1100.01194.2196.6176.86
Hex8BE2FD2DB01c2614d
Octal213342375551301302141115
Binary1000101111100010111111011011011011011100001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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