#8EDAF9

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

Shades of Columbia Blue #8EDAF9

Tints of Columbia Blue #8EDAF9

Color information

#8EDAF9 (or 0x8EDAF9) is unknown color: approx Columbia Blue. HEX triplet: 8E, DA and F9. RGB value is (142,218,249). Sum of RGB (Red+Green+Blue) = 142+218+249=609 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.32% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EDAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDAF9 is #712506. Grayscale: #C6C6C6. Windows color (decimal): -7415047 or 16374414. OLE color: 16374414.

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

Color convert

RGB142218249-
CMYK0.430.1200.02
HSL197.38º89.92%76.67%-
HSV(B)197.38º42.97%97.65%-
XYZ53.3362.7398.92-
YUV198.81156.3287.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.32%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=23.32%
G=35.80%
B=40.89%

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
Decimal1422182490.430.1200.02197.3889.9276.67
Hex8EDAF92BC02c55a4d
Octal216332371531402305132115
Binary10001110110110101111100110101111000101100010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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