#8EDDFF

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

Shades of Columbia Blue #8EDDFF

Tints of Columbia Blue #8EDDFF

Color information

#8EDDFF (or 0x8EDDFF) is unknown color: approx Columbia Blue. HEX triplet: 8E, DD and FF. RGB value is (142,221,255). Sum of RGB (Red+Green+Blue) = 142+221+255=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDDFF is #712200. Grayscale: #C9C9C9. Windows color (decimal): -7414273 or 16768398. OLE color: 16768398.

HSL color Cylindrical-coordinate representation of color #8EDDFF: hue angle of 198.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EDDFF is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142221255-
CMYK0.440.1300
HSL198.05º100%77.84%-
HSV(B)198.05º44.31%100%-
XYZ55.0664.68104.19-
YUV201.26158.3385.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.98%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 255 (100% from 255) = 41.26%
R=22.98%
G=35.76%
B=41.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422212550.440.1300198.0510077.84
Hex8EDDFF2CD00c6644e
Octal216335377541500306144116
Binary1000111011011101111111111011001101001100011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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