#8DE1FA

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

Shades of Columbia Blue #8DE1FA

Tints of Columbia Blue #8DE1FA

Color information

#8DE1FA (or 0x8DE1FA) is unknown color: approx Columbia Blue. HEX triplet: 8D, E1 and FA. RGB value is (141,225,250). Sum of RGB (Red+Green+Blue) = 141+225+250=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DE1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE1FA is #721E05. Grayscale: #CACACA. Windows color (decimal): -7478790 or 16441741. OLE color: 16441741.

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

Color convert

RGB141225250-
CMYK0.440.1000.02
HSL193.76º91.6%76.67%-
HSV(B)193.76º43.6%98.04%-
XYZ55.1766.42100.35-
YUV202.73154.6783.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=22.89%
G=36.53%
B=40.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412252500.440.1000.02193.7691.676.67
Hex8DE1FA2CA02c25c4d
Octal215341372541202302134115
Binary10001101111000011111101010110010100101100001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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