#8DEAFE

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

Shades of Columbia Blue #8DEAFE

Tints of Columbia Blue #8DEAFE

Color information

#8DEAFE (or 0x8DEAFE) is unknown color: approx Columbia Blue. HEX triplet: 8D, EA and FE. RGB value is (141,234,254). Sum of RGB (Red+Green+Blue) = 141+234+254=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAFE is #721501. Grayscale: #D0D0D0. Windows color (decimal): -7476482 or 16706189. OLE color: 16706189.

HSL color Cylindrical-coordinate representation of color #8DEAFE: hue angle of 190.62º 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 #8DEAFE is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141234254-
CMYK0.440.0800.00
HSL190.62º98.26%77.45%-
HSV(B)190.62º44.49%99.61%-
XYZ58.371.66104.53-
YUV208.47153.6979.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.42%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=22.42%
G=37.20%
B=40.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412342540.440.0800.00190.6298.2677.45
Hex8DEAFE2C800bf624d
Octal215352376541000277142115
Binary1000110111101010111111101011001000001011111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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