#8EDDFA

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

Shades of Columbia Blue #8EDDFA

Tints of Columbia Blue #8EDDFA

Color information

#8EDDFA (or 0x8EDDFA) is unknown color: approx Columbia Blue. HEX triplet: 8E, DD and FA. RGB value is (142,221,250). Sum of RGB (Red+Green+Blue) = 142+221+250=613 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.16% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EDDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDDFA is #712205. Grayscale: #C8C8C8. Windows color (decimal): -7414278 or 16440718. OLE color: 16440718.

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

Color convert

RGB142221250-
CMYK0.430.1200.02
HSL196.11º91.53%76.86%-
HSV(B)196.11º43.2%98.04%-
XYZ54.2764.37100.01-
YUV200.68155.8386.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.16%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=23.16%
G=36.05%
B=40.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422212500.430.1200.02196.1191.5376.86
Hex8EDDFA2BC02c45c4d
Octal216335372531402304134115
Binary10001110110111011111101010101111000101100010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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