#8DE1F9

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

Shades of Columbia Blue #8DE1F9

Tints of Columbia Blue #8DE1F9

Color information

#8DE1F9 (or 0x8DE1F9) is unknown color: approx Columbia Blue. HEX triplet: 8D, E1 and F9. RGB value is (141,225,249). Sum of RGB (Red+Green+Blue) = 141+225+249=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DE1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE1F9 is #721E06. Grayscale: #CACACA. Windows color (decimal): -7478791 or 16376205. OLE color: 16376205.

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

Color convert

RGB141225249-
CMYK0.430.1000.02
HSL193.33º90%76.47%-
HSV(B)193.33º43.37%97.65%-
XYZ55.0166.3599.53-
YUV202.62154.1784.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.93%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=22.93%
G=36.59%
B=40.49%

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
Decimal1412252490.430.1000.02193.339076.47
Hex8DE1F92BA02c15a4c
Octal215341371531202301132114
Binary10001101111000011111100110101110100101100000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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