#8BDCFF

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

Shades of Columbia Blue #8BDCFF

Tints of Columbia Blue #8BDCFF

Color information

#8BDCFF (or 0x8BDCFF) is unknown color: approx Columbia Blue. HEX triplet: 8B, DC and FF. RGB value is (139,220,255). Sum of RGB (Red+Green+Blue) = 139+220+255=614 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.64% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDCFF is #742300. Grayscale: #C7C7C7. Windows color (decimal): -7611137 or 16768139. OLE color: 16768139.

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

Color convert

RGB139220255-
CMYK0.450.1400
HSL198.1º100%77.25%-
HSV(B)198.1º45.49%100%-
XYZ54.2963.9104.08-
YUV199.77159.1684.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.64%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 255 (100% from 255) = 41.53%
R=22.64%
G=35.83%
B=41.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1392202550.450.1400198.110077.25
Hex8BDCFF2DE00c6644d
Octal213334377551600306144115
Binary1000101111011100111111111011011110001100011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,220,255); }

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

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

 a { background-color: rgb(139,220,255); }

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

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

 span { border-color: rgb(139,220,255); }

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