#8DE0F6

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

Shades of Columbia Blue #8DE0F6

Tints of Columbia Blue #8DE0F6

Color information

#8DE0F6 (or 0x8DE0F6) is unknown color: approx Columbia Blue. HEX triplet: 8D, E0 and F6. RGB value is (141,224,246). Sum of RGB (Red+Green+Blue) = 141+224+246=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DE0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE0F6 is #721F09. Grayscale: #C9C9C9. Windows color (decimal): -7479050 or 16179341. OLE color: 16179341.

HSL color Cylindrical-coordinate representation of color #8DE0F6: hue angle of 192.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DE0F6 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141224246-
CMYK0.430.0900.04
HSL192.57º85.37%75.88%-
HSV(B)192.57º42.68%96.47%-
XYZ54.2765.6397-
YUV201.6915384.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.08%
GREEN value IS 224 (87.89% from 255) = 36.66%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=23.08%
G=36.66%
B=40.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412242460.430.0900.04192.5785.3775.88
Hex8DE0F62B904c1554c
Octal215340366531104301125114
Binary100011011110000011110110101011100101001100000110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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