#8DDCF7

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

Shades of Columbia Blue #8DDCF7

Tints of Columbia Blue #8DDCF7

Color information

#8DDCF7 (or 0x8DDCF7) is unknown color: approx Columbia Blue. HEX triplet: 8D, DC and F7. RGB value is (141,220,247). Sum of RGB (Red+Green+Blue) = 141+220+247=608 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.19% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DDCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCF7 is #722308. Grayscale: #C7C7C7. Windows color (decimal): -7480073 or 16243853. OLE color: 16243853.

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

Color convert

RGB141220247-
CMYK0.430.1100.03
HSL195.28º86.89%76.08%-
HSV(B)195.28º42.91%96.86%-
XYZ53.3763.5697.45-
YUV199.46154.8386.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.19%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 247 (96.88% from 255) = 40.62%
R=23.19%
G=36.18%
B=40.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412202470.430.1100.03195.2886.8976.08
Hex8DDCF72BB03c3574c
Octal215334367531303303127114
Binary10001101110111001111011110101110110111100001110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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