#8DE9FF

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

Shades of Columbia Blue #8DE9FF

Tints of Columbia Blue #8DE9FF

Color information

#8DE9FF (or 0x8DE9FF) is unknown color: approx Columbia Blue. HEX triplet: 8D, E9 and FF. RGB value is (141,233,255). Sum of RGB (Red+Green+Blue) = 141+233+255=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE9FF is #721600. Grayscale: #CFCFCF. Windows color (decimal): -7476737 or 16771469. OLE color: 16771469.

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

Color convert

RGB141233255-
CMYK0.450.0900
HSL191.58º100%77.65%-
HSV(B)191.58º44.71%100%-
XYZ58.1771.16105.28-
YUV208154.5280.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.42%
GREEN value IS 233 (91.41% from 255) = 37.04%
BLUE value IS 255 (100% from 255) = 40.54%
R=22.42%
G=37.04%
B=40.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412332550.450.0900191.5810077.65
Hex8DE9FF2D900c0644e
Octal215351377551100300144116
Binary1000110111101001111111111011011001001100000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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