#8CE5FF

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

Shades of Columbia Blue #8CE5FF

Tints of Columbia Blue #8CE5FF

Color information

#8CE5FF (or 0x8CE5FF) is unknown color: approx Columbia Blue. HEX triplet: 8C, E5 and FF. RGB value is (140,229,255). Sum of RGB (Red+Green+Blue) = 140+229+255=624 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.44% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE5FF is #731A00. Grayscale: #CDCDCD. Windows color (decimal): -7543297 or 16770444. OLE color: 16770444.

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

Color convert

RGB140229255-
CMYK0.450.1000
HSL193.57º100%77.45%-
HSV(B)193.57º45.1%100%-
XYZ56.8868.83104.9-
YUV205.35156.0181.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.44%
GREEN value IS 229 (89.84% from 255) = 36.70%
BLUE value IS 255 (100% from 255) = 40.87%
R=22.44%
G=36.70%
B=40.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402292550.450.1000193.5710077.45
Hex8CE5FF2DA00c2644d
Octal214345377551200302144115
Binary1000110011100101111111111011011010001100001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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