#8EDFFD

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

Shades of Columbia Blue #8EDFFD

Tints of Columbia Blue #8EDFFD

Color information

#8EDFFD (or 0x8EDFFD) is unknown color: approx Columbia Blue. HEX triplet: 8E, DF and FD. RGB value is (142,223,253). Sum of RGB (Red+Green+Blue) = 142+223+253=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFFD is #712002. Grayscale: #CACACA. Windows color (decimal): -7413763 or 16637838. OLE color: 16637838.

HSL color Cylindrical-coordinate representation of color #8EDFFD: hue angle of 196.22º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EDFFD is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142223253-
CMYK0.440.1200.01
HSL196.22º96.52%77.45%-
HSV(B)196.22º43.87%99.22%-
XYZ55.2765.62102.68-
YUV202.2156.6685.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.98%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=22.98%
G=36.08%
B=40.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422232530.440.1200.01196.2296.5277.45
Hex8EDFFD2CC01c4614d
Octal216337375541401304141115
Binary1000111011011111111111011011001100011100010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,223,253); }

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

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

 a { background-color: rgb(142,223,253); }

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

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

 span { border-color: rgb(142,223,253); }

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