#8CDDFD

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

Shades of Columbia Blue #8CDDFD

Tints of Columbia Blue #8CDDFD

Color information

#8CDDFD (or 0x8CDDFD) is unknown color: approx Columbia Blue. HEX triplet: 8C, DD and FD. RGB value is (140,221,253). Sum of RGB (Red+Green+Blue) = 140+221+253=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDFD is #732202. Grayscale: #C8C8C8. Windows color (decimal): -7545347 or 16637324. OLE color: 16637324.

HSL color Cylindrical-coordinate representation of color #8CDDFD: hue angle of 196.99º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDDFD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140221253-
CMYK0.450.1300.01
HSL196.99º96.58%77.06%-
HSV(B)196.99º44.66%99.22%-
XYZ54.464.38102.49-
YUV200.43157.6684.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.80%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=22.80%
G=35.99%
B=41.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402212530.450.1300.01196.9996.5877.06
Hex8CDDFD2DD01c5614d
Octal214335375551501305141115
Binary1000110011011101111111011011011101011100010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,221,253); }

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

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

 a { background-color: rgb(140,221,253); }

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

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

 span { border-color: rgb(140,221,253); }

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