#8DDEFA

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

Shades of Columbia Blue #8DDEFA

Tints of Columbia Blue #8DDEFA

Color information

#8DDEFA (or 0x8DDEFA) is unknown color: approx Columbia Blue. HEX triplet: 8D, DE and FA. RGB value is (141,222,250). Sum of RGB (Red+Green+Blue) = 141+222+250=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 222 (87.11% from 255 or 36.22% 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 #8DDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDEFA is #722105. Grayscale: #C8C8C8. Windows color (decimal): -7479558 or 16440973. OLE color: 16440973.

HSL color Cylindrical-coordinate representation of color #8DDEFA: hue angle of 195.41º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDEFA is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141222250-
CMYK0.440.1100.02
HSL195.41º91.6%76.67%-
HSV(B)195.41º43.6%98.04%-
XYZ54.3664.81100.09-
YUV200.97155.6685.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.00%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=23.00%
G=36.22%
B=40.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412222500.440.1100.02195.4191.676.67
Hex8DDEFA2CB02c35c4d
Octal215336372541302303134115
Binary10001101110111101111101010110010110101100001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,222,250); }

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

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

 a { background-color: rgb(141,222,250); }

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

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

 span { border-color: rgb(141,222,250); }

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