#8ADEFA

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

Shades of Columbia Blue #8ADEFA

Tints of Columbia Blue #8ADEFA

Color information

#8ADEFA (or 0x8ADEFA) is unknown color: approx Columbia Blue. HEX triplet: 8A, DE and FA. RGB value is (138,222,250). Sum of RGB (Red+Green+Blue) = 138+222+250=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ADEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADEFA is #752105. Grayscale: #C7C7C7. Windows color (decimal): -7676166 or 16440970. OLE color: 16440970.

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

Color convert

RGB138222250-
CMYK0.450.1100.02
HSL195º91.8%76.08%-
HSV(B)195º44.8%98.04%-
XYZ53.8664.55100.06-
YUV200.08156.1783.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.62%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=22.62%
G=36.39%
B=40.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382222500.450.1100.0219591.876.08
Hex8ADEFA2DB02c35c4c
Octal212336372551302303134114
Binary10001010110111101111101010110110110101100001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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