#8DE3F7

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

Shades of Columbia Blue #8DE3F7

Tints of Columbia Blue #8DE3F7

Color information

#8DE3F7 (or 0x8DE3F7) is unknown color: approx Columbia Blue. HEX triplet: 8D, E3 and F7. RGB value is (141,227,247). Sum of RGB (Red+Green+Blue) = 141+227+247=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DE3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE3F7 is #721C08. Grayscale: #CBCBCB. Windows color (decimal): -7478281 or 16245645. OLE color: 16245645.

HSL color Cylindrical-coordinate representation of color #8DE3F7: hue angle of 191.32º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DE3F7 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB141227247-
CMYK0.430.0800.03
HSL191.32º86.89%76.08%-
HSV(B)191.32º42.91%96.86%-
XYZ55.2467.3298.08-
YUV203.57152.5183.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.93%
GREEN value IS 227 (89.06% from 255) = 36.91%
BLUE value IS 247 (96.88% from 255) = 40.16%
R=22.93%
G=36.91%
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.03
SystemRedGreenBlueCMYKHSL
Decimal1412272470.430.0800.03191.3286.8976.08
Hex8DE3F72B803bf574c
Octal215343367531003277127114
Binary10001101111000111111011110101110000111011111110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,227,247); }

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

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

 a { background-color: rgb(141,227,247); }

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

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

 span { border-color: rgb(141,227,247); }

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