#8DDFFA

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

Shades of Columbia Blue #8DDFFA

Tints of Columbia Blue #8DDFFA

Color information

#8DDFFA (or 0x8DDFFA) is unknown color: approx Columbia Blue. HEX triplet: 8D, DF and FA. RGB value is (141,223,250). Sum of RGB (Red+Green+Blue) = 141+223+250=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFFA is #722005. Grayscale: #C9C9C9. Windows color (decimal): -7479302 or 16441229. OLE color: 16441229.

HSL color Cylindrical-coordinate representation of color #8DDFFA: hue angle of 194.86º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDFFA is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141223250-
CMYK0.440.1100.02
HSL194.86º91.6%76.67%-
HSV(B)194.86º43.6%98.04%-
XYZ54.6365.34100.18-
YUV201.56155.3384.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.96%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=22.96%
G=36.32%
B=40.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412232500.440.1100.02194.8691.676.67
Hex8DDFFA2CB02c35c4d
Octal215337372541302303134115
Binary10001101110111111111101010110010110101100001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,223,250); }

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

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

 a { background-color: rgb(141,223,250); }

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

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

 span { border-color: rgb(141,223,250); }

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