#8BDEFD

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

Shades of Columbia Blue #8BDEFD

Tints of Columbia Blue #8BDEFD

Color information

#8BDEFD (or 0x8BDEFD) is unknown color: approx Columbia Blue. HEX triplet: 8B, DE and FD. RGB value is (139,222,253). Sum of RGB (Red+Green+Blue) = 139+222+253=614 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.64% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDEFD is #742102. Grayscale: #C8C8C8. Windows color (decimal): -7610627 or 16637579. OLE color: 16637579.

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

Color convert

RGB139222253-
CMYK0.450.1200.01
HSL196.32º96.61%76.86%-
HSV(B)196.32º45.06%99.22%-
XYZ54.564.82102.57-
YUV200.72157.583.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.64%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=22.64%
G=36.16%
B=41.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392222530.450.1200.01196.3296.6176.86
Hex8BDEFD2DC01c4614d
Octal213336375551401304141115
Binary1000101111011110111111011011011100011100010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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