#8CE1FD

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

Shades of Columbia Blue #8CE1FD

Tints of Columbia Blue #8CE1FD

Color information

#8CE1FD (or 0x8CE1FD) is unknown color: approx Columbia Blue. HEX triplet: 8C, E1 and FD. RGB value is (140,225,253). Sum of RGB (Red+Green+Blue) = 140+225+253=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CE1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE1FD is #731E02. Grayscale: #CACACA. Windows color (decimal): -7544323 or 16638348. OLE color: 16638348.

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

Color convert

RGB140225253-
CMYK0.450.1100.01
HSL194.87º96.58%77.06%-
HSV(B)194.87º44.66%99.22%-
XYZ55.4766.52102.84-
YUV202.78156.3483.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.65%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=22.65%
G=36.41%
B=40.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402252530.450.1100.01194.8796.5877.06
Hex8CE1FD2DB01c3614d
Octal214341375551301303141115
Binary1000110011100001111111011011011011011100001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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