#8CE7FE

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

Shades of Columbia Blue #8CE7FE

Tints of Columbia Blue #8CE7FE

Color information

#8CE7FE (or 0x8CE7FE) is unknown color: approx Columbia Blue. HEX triplet: 8C, E7 and FE. RGB value is (140,231,254). Sum of RGB (Red+Green+Blue) = 140+231+254=625 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.4% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CE7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE7FE is #731801. Grayscale: #CECECE. Windows color (decimal): -7542786 or 16705420. OLE color: 16705420.

HSL color Cylindrical-coordinate representation of color #8CE7FE: hue angle of 192.11º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CE7FE is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140231254-
CMYK0.450.0900.00
HSL192.11º98.28%77.25%-
HSV(B)192.11º44.88%99.61%-
XYZ57.2869.88104.24-
YUV206.41154.8580.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.4%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=22.4%
G=36.96%
B=40.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402312540.450.0900.00192.1198.2877.25
Hex8CE7FE2D900c0624d
Octal214347376551100300142115
Binary1000110011100111111111101011011001001100000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,231,254); }

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

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

 a { background-color: rgb(140,231,254); }

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

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

 span { border-color: rgb(140,231,254); }

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