#8CDDFF

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

Shades of Columbia Blue #8CDDFF

Tints of Columbia Blue #8CDDFF

Color information

#8CDDFF (or 0x8CDDFF) is unknown color: approx Columbia Blue. HEX triplet: 8C, DD and FF. RGB value is (140,221,255). Sum of RGB (Red+Green+Blue) = 140+221+255=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDFF is #732200. Grayscale: #C8C8C8. Windows color (decimal): -7545345 or 16768396. OLE color: 16768396.

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

Color convert

RGB140221255-
CMYK0.450.1300
HSL197.74º100%77.45%-
HSV(B)197.74º45.1%100%-
XYZ54.7264.51104.17-
YUV200.66158.6684.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.73%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 255 (100% from 255) = 41.40%
R=22.73%
G=35.88%
B=41.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402212550.450.1300197.7410077.45
Hex8CDDFF2DD00c6644d
Octal214335377551500306144115
Binary1000110011011101111111111011011101001100011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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