#8BDEFA

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

Shades of Columbia Blue #8BDEFA

Tints of Columbia Blue #8BDEFA

Color information

#8BDEFA (or 0x8BDEFA) is unknown color: approx Columbia Blue. HEX triplet: 8B, DE and FA. RGB value is (139,222,250). Sum of RGB (Red+Green+Blue) = 139+222+250=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDEFA is #742105. Grayscale: #C8C8C8. Windows color (decimal): -7610630 or 16440971. OLE color: 16440971.

HSL color Cylindrical-coordinate representation of color #8BDEFA: hue angle of 195.14º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BDEFA is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139222250-
CMYK0.440.1100.02
HSL195.14º91.74%76.27%-
HSV(B)195.14º44.4%98.04%-
XYZ54.0264.63100.07-
YUV200.3815684.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.75%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=22.75%
G=36.33%
B=40.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392222500.440.1100.02195.1491.7476.27
Hex8BDEFA2CB02c35c4c
Octal213336372541302303134114
Binary10001011110111101111101010110010110101100001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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