#8DDEFE

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

Shades of Columbia Blue #8DDEFE

Tints of Columbia Blue #8DDEFE

Color information

#8DDEFE (or 0x8DDEFE) is unknown color: approx Columbia Blue. HEX triplet: 8D, DE and FE. RGB value is (141,222,254). Sum of RGB (Red+Green+Blue) = 141+222+254=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DDEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDEFE is #722101. Grayscale: #C9C9C9. Windows color (decimal): -7479554 or 16703117. OLE color: 16703117.

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

Color convert

RGB141222254-
CMYK0.440.1300.00
HSL196.99º98.26%77.45%-
HSV(B)196.99º44.49%99.61%-
XYZ5565.06103.43-
YUV201.43157.6684.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.85%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=22.85%
G=35.98%
B=41.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412222540.440.1300.00196.9998.2677.45
Hex8DDEFE2CD00c5624d
Octal215336376541500305142115
Binary1000110111011110111111101011001101001100010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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