#8CE1FC

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

Shades of Columbia Blue #8CE1FC

Tints of Columbia Blue #8CE1FC

Color information

#8CE1FC (or 0x8CE1FC) is unknown color: approx Columbia Blue. HEX triplet: 8C, E1 and FC. RGB value is (140,225,252). Sum of RGB (Red+Green+Blue) = 140+225+252=617 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.69% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CE1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE1FC is #731E03. Grayscale: #CACACA. Windows color (decimal): -7544324 or 16572812. OLE color: 16572812.

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

Color convert

RGB140225252-
CMYK0.440.1100.01
HSL194.46º94.92%76.86%-
HSV(B)194.46º44.44%98.82%-
XYZ55.3166.45102.01-
YUV202.66155.8483.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.69%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=22.69%
G=36.47%
B=40.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402252520.440.1100.01194.4694.9276.86
Hex8CE1FC2CB01c25f4d
Octal214341374541301302137115
Binary1000110011100001111111001011001011011100001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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