#8DE6F9

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

Shades of Columbia Blue #8DE6F9

Tints of Columbia Blue #8DE6F9

Color information

#8DE6F9 (or 0x8DE6F9) is unknown color: approx Columbia Blue. HEX triplet: 8D, E6 and F9. RGB value is (141,230,249). Sum of RGB (Red+Green+Blue) = 141+230+249=620 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.74% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DE6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE6F9 is #721906. Grayscale: #CDCDCD. Windows color (decimal): -7477511 or 16377485. OLE color: 16377485.

HSL color Cylindrical-coordinate representation of color #8DE6F9: hue angle of 190.56º 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 #8DE6F9 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141230249-
CMYK0.430.0800.02
HSL190.56º90%76.47%-
HSV(B)190.56º43.37%97.65%-
XYZ56.3869.199.99-
YUV205.55152.5181.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.74%
GREEN value IS 230 (90.23% from 255) = 37.10%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=22.74%
G=37.10%
B=40.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412302490.430.0800.02190.569076.47
Hex8DE6F92B802bf5a4c
Octal215346371531002277132114
Binary10001101111001101111100110101110000101011111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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