#8DDCF9

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

Shades of Columbia Blue #8DDCF9

Tints of Columbia Blue #8DDCF9

Color information

#8DDCF9 (or 0x8DDCF9) is unknown color: approx Columbia Blue. HEX triplet: 8D, DC and F9. RGB value is (141,220,249). Sum of RGB (Red+Green+Blue) = 141+220+249=610 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.11% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DDCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCF9 is #722306. Grayscale: #C7C7C7. Windows color (decimal): -7480071 or 16374925. OLE color: 16374925.

HSL color Cylindrical-coordinate representation of color #8DDCF9: hue angle of 196.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DDCF9 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141220249-
CMYK0.430.1200.02
HSL196.11º90%76.47%-
HSV(B)196.11º43.37%97.65%-
XYZ53.6863.6999.09-
YUV199.68155.8386.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.11%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=23.11%
G=36.07%
B=40.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412202490.430.1200.02196.119076.47
Hex8DDCF92BC02c45a4c
Octal215334371531402304132114
Binary10001101110111001111100110101111000101100010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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