#8DDDF8

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

Shades of Columbia Blue #8DDDF8

Tints of Columbia Blue #8DDDF8

Color information

#8DDDF8 (or 0x8DDDF8) is unknown color: approx Columbia Blue. HEX triplet: 8D, DD and F8. RGB value is (141,221,248). Sum of RGB (Red+Green+Blue) = 141+221+248=610 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.11% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DDDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDF8 is #722207. Grayscale: #C7C7C7. Windows color (decimal): -7479816 or 16309645. OLE color: 16309645.

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

Color convert

RGB141221248-
CMYK0.430.1100.03
HSL195.14º88.43%76.27%-
HSV(B)195.14º43.15%97.25%-
XYZ53.7864.1598.35-
YUV200.1615585.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.11%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 248 (97.27% from 255) = 40.66%
R=23.11%
G=36.23%
B=40.66%

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
Decimal1412212480.430.1100.03195.1488.4376.27
Hex8DDDF82BB03c3584c
Octal215335370531303303130114
Binary10001101110111011111100010101110110111100001110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,248); }

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

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

 a { background-color: rgb(141,221,248); }

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

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

 span { border-color: rgb(141,221,248); }

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