#8DE7FC

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

Shades of Columbia Blue #8DE7FC

Tints of Columbia Blue #8DE7FC

Color information

#8DE7FC (or 0x8DE7FC) is unknown color: approx Columbia Blue. HEX triplet: 8D, E7 and FC. RGB value is (141,231,252). Sum of RGB (Red+Green+Blue) = 141+231+252=624 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.60% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DE7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE7FC is #721803. Grayscale: #CECECE. Windows color (decimal): -7477252 or 16574349. OLE color: 16574349.

HSL color Cylindrical-coordinate representation of color #8DE7FC: hue angle of 191.35º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DE7FC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141231252-
CMYK0.440.0800.01
HSL191.35º94.87%77.06%-
HSV(B)191.35º44.05%98.82%-
XYZ57.1369.84102.57-
YUV206.48153.6881.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.60%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=22.60%
G=37.02%
B=40.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412312520.440.0800.01191.3594.8777.06
Hex8DE7FC2C801bf5f4d
Octal215347374541001277137115
Binary1000110111100111111111001011001000011011111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,231,252); }

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

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

 a { background-color: rgb(141,231,252); }

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

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

 span { border-color: rgb(141,231,252); }

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