#8DE0F9

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

Shades of Columbia Blue #8DE0F9

Tints of Columbia Blue #8DE0F9

Color information

#8DE0F9 (or 0x8DE0F9) is unknown color: approx Columbia Blue. HEX triplet: 8D, E0 and F9. RGB value is (141,224,249). Sum of RGB (Red+Green+Blue) = 141+224+249=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DE0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE0F9 is #721F06. Grayscale: #C9C9C9. Windows color (decimal): -7479047 or 16375949. OLE color: 16375949.

HSL color Cylindrical-coordinate representation of color #8DE0F9: hue angle of 193.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DE0F9 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141224249-
CMYK0.430.1000.02
HSL193.89º90%76.47%-
HSV(B)193.89º43.37%97.65%-
XYZ54.7465.8199.44-
YUV202.03154.584.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.96%
GREEN value IS 224 (87.89% from 255) = 36.48%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=22.96%
G=36.48%
B=40.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412242490.430.1000.02193.899076.47
Hex8DE0F92BA02c25a4c
Octal215340371531202302132114
Binary10001101111000001111100110101110100101100001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,224,249); }

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

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

 a { background-color: rgb(141,224,249); }

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

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

 span { border-color: rgb(141,224,249); }

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