#8EDEFB

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

Shades of Columbia Blue #8EDEFB

Tints of Columbia Blue #8EDEFB

Color information

#8EDEFB (or 0x8EDEFB) is unknown color: approx Columbia Blue. HEX triplet: 8E, DE and FB. RGB value is (142,222,251). Sum of RGB (Red+Green+Blue) = 142+222+251=615 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.09% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EDEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDEFB is #712104. Grayscale: #C9C9C9. Windows color (decimal): -7414021 or 16506510. OLE color: 16506510.

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

Color convert

RGB142222251-
CMYK0.430.1200.02
HSL195.96º93.16%77.06%-
HSV(B)195.96º43.43%98.43%-
XYZ54.6964.96100.92-
YUV201.3915685.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.09%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=23.09%
G=36.10%
B=40.81%

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
Decimal1422222510.430.1200.02195.9693.1677.06
Hex8EDEFB2BC02c45d4d
Octal216336373531402304135115
Binary10001110110111101111101110101111000101100010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,222,251); }

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

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

 a { background-color: rgb(142,222,251); }

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

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

 span { border-color: rgb(142,222,251); }

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