#8DE1FF

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

Shades of Columbia Blue #8DE1FF

Tints of Columbia Blue #8DE1FF

Color information

#8DE1FF (or 0x8DE1FF) is unknown color: approx Columbia Blue. HEX triplet: 8D, E1 and FF. RGB value is (141,225,255). Sum of RGB (Red+Green+Blue) = 141+225+255=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE1FF is #721E00. Grayscale: #CBCBCB. Windows color (decimal): -7478785 or 16769421. OLE color: 16769421.

HSL color Cylindrical-coordinate representation of color #8DE1FF: hue angle of 195.79º 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 #8DE1FF is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141225255-
CMYK0.450.1200
HSL195.79º100%77.65%-
HSV(B)195.79º44.71%100%-
XYZ55.9666.73104.54-
YUV203.3157.1783.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.71%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 255 (100% from 255) = 41.06%
R=22.71%
G=36.23%
B=41.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412252550.450.1200195.7910077.65
Hex8DE1FF2DC00c4644e
Octal215341377551400304144116
Binary1000110111100001111111111011011100001100010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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