#8DDAFC

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

Shades of Columbia Blue #8DDAFC

Tints of Columbia Blue #8DDAFC

Color information

#8DDAFC (or 0x8DDAFC) is unknown color: approx Columbia Blue. HEX triplet: 8D, DA and FC. RGB value is (141,218,252). Sum of RGB (Red+Green+Blue) = 141+218+252=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAFC is #722503. Grayscale: #C6C6C6. Windows color (decimal): -7480580 or 16571021. OLE color: 16571021.

HSL color Cylindrical-coordinate representation of color #8DDAFC: hue angle of 198.38º 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 #8DDAFC is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141218252-
CMYK0.440.1300.01
HSL198.38º94.87%77.06%-
HSV(B)198.38º44.05%98.82%-
XYZ53.6362.83101.4-
YUV198.85157.9986.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.08%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=23.08%
G=35.68%
B=41.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412182520.440.1300.01198.3894.8777.06
Hex8DDAFC2CD01c65f4d
Octal215332374541501306137115
Binary1000110111011010111111001011001101011100011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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