#8DE4FF

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

Shades of Columbia Blue #8DE4FF

Tints of Columbia Blue #8DE4FF

Color information

#8DE4FF (or 0x8DE4FF) is unknown color: approx Columbia Blue. HEX triplet: 8D, E4 and FF. RGB value is (141,228,255). Sum of RGB (Red+Green+Blue) = 141+228+255=624 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.60% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE4FF is #721B00. Grayscale: #CCCCCC. Windows color (decimal): -7478017 or 16770189. OLE color: 16770189.

HSL color Cylindrical-coordinate representation of color #8DE4FF: hue angle of 194.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DE4FF is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141228255-
CMYK0.450.1100
HSL194.21º100%77.65%-
HSV(B)194.21º44.71%100%-
XYZ56.7868.37104.81-
YUV205.06156.1882.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.60%
GREEN value IS 228 (89.45% from 255) = 36.54%
BLUE value IS 255 (100% from 255) = 40.87%
R=22.60%
G=36.54%
B=40.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412282550.450.1100194.2110077.65
Hex8DE4FF2DB00c2644e
Octal215344377551300302144116
Binary1000110111100100111111111011011011001100001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,228,255); }

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

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

 a { background-color: rgb(141,228,255); }

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

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

 span { border-color: rgb(141,228,255); }

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