#8EDAFA

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

Shades of Columbia Blue #8EDAFA

Tints of Columbia Blue #8EDAFA

Color information

#8EDAFA (or 0x8EDAFA) is unknown color: approx Columbia Blue. HEX triplet: 8E, DA and FA. RGB value is (142,218,250). Sum of RGB (Red+Green+Blue) = 142+218+250=610 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.28% from 610); Green value is 218 (85.55% from 255 or 35.74% 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 #8EDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDAFA is #712505. Grayscale: #C6C6C6. Windows color (decimal): -7415046 or 16439950. OLE color: 16439950.

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

Color convert

RGB142218250-
CMYK0.430.1300.02
HSL197.78º91.53%76.86%-
HSV(B)197.78º43.2%98.04%-
XYZ53.4862.899.74-
YUV198.92156.8287.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.28%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=23.28%
G=35.74%
B=40.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422182500.430.1300.02197.7891.5376.86
Hex8EDAFA2BD02c65c4d
Octal216332372531502306134115
Binary10001110110110101111101010101111010101100011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,218,250); }

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

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

 a { background-color: rgb(142,218,250); }

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

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

 span { border-color: rgb(142,218,250); }

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