#8BE6FD

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

Shades of Columbia Blue #8BE6FD

Tints of Columbia Blue #8BE6FD

Color information

#8BE6FD (or 0x8BE6FD) is unknown color: approx Columbia Blue. HEX triplet: 8B, E6 and FD. RGB value is (139,230,253). Sum of RGB (Red+Green+Blue) = 139+230+253=622 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.35% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BE6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE6FD is #741902. Grayscale: #CDCDCD. Windows color (decimal): -7608579 or 16639627. OLE color: 16639627.

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

Color convert

RGB139230253-
CMYK0.450.0900.01
HSL192.11º96.61%76.86%-
HSV(B)192.11º45.06%99.22%-
XYZ56.6769.17103.29-
YUV205.41154.8580.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.35%
GREEN value IS 230 (90.23% from 255) = 36.98%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=22.35%
G=36.98%
B=40.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392302530.450.0900.01192.1196.6176.86
Hex8BE6FD2D901c0614d
Octal213346375551101300141115
Binary1000101111100110111111011011011001011100000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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