#8ce1ff

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

Shades of Columbia Blue #8CE1FF

Tints of Columbia Blue #8CE1FF

Color information

#8CE1FF (or 0x8CE1FF) is unknown color: approx Columbia Blue. HEX triplet: 8C, E1 and FF. RGB value is (140,225,255). Sum of RGB (Red+Green+Blue) = 140+225+255=620 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.58% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE1FF is #731E00. Grayscale: #CACACA. Windows color (decimal): -7544321 or 16769420. OLE color: 16769420.

HSL color Cylindrical-coordinate representation of color #8CE1FF: hue angle of 195.65º 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 #8CE1FF is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB140225255-
CMYK0.450.1200
HSL195.65º100%77.45%-
HSV(B)195.65º45.1%100%-
XYZ55.7966.65104.53-
YUV203157.3483.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.58%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 255 (100% from 255) = 41.13%
R=22.58%
G=36.29%
B=41.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402252550.450.1200195.6510077.45
Hex8CE1FF2DC00c4644d
Octal214341377551400304144115
Binary1000110011100001111111111011011100001100010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ce1ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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