#8CE2FC

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

Shades of Columbia Blue #8CE2FC

Tints of Columbia Blue #8CE2FC

Color information

#8CE2FC (or 0x8CE2FC) is unknown color: approx Columbia Blue. HEX triplet: 8C, E2 and FC. RGB value is (140,226,252). Sum of RGB (Red+Green+Blue) = 140+226+252=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CE2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE2FC is #731D03. Grayscale: #CBCBCB. Windows color (decimal): -7544068 or 16573068. OLE color: 16573068.

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

Color convert

RGB140226252-
CMYK0.440.1000.01
HSL193.93º94.92%76.86%-
HSV(B)193.93º44.44%98.82%-
XYZ55.5867102.1-
YUV203.25155.5182.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.65%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=22.65%
G=36.57%
B=40.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402262520.440.1000.01193.9394.9276.86
Hex8CE2FC2CA01c25f4d
Octal214342374541201302137115
Binary1000110011100010111111001011001010011100001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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