#8CE5F9

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

Shades of Columbia Blue #8CE5F9

Tints of Columbia Blue #8CE5F9

Color information

#8CE5F9 (or 0x8CE5F9) is unknown color: approx Columbia Blue. HEX triplet: 8C, E5 and F9. RGB value is (140,229,249). Sum of RGB (Red+Green+Blue) = 140+229+249=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CE5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE5F9 is #731A06. Grayscale: #CCCCCC. Windows color (decimal): -7543303 or 16377228. OLE color: 16377228.

HSL color Cylindrical-coordinate representation of color #8CE5F9: hue angle of 191.01º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CE5F9 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140229249-
CMYK0.440.0800.02
HSL191.01º90.08%76.27%-
HSV(B)191.01º43.78%97.65%-
XYZ55.9368.4599.89-
YUV204.67153.0181.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.65%
GREEN value IS 229 (89.84% from 255) = 37.06%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=22.65%
G=37.06%
B=40.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402292490.440.0800.02191.0190.0876.27
Hex8CE5F92C802bf5a4c
Octal214345371541002277132114
Binary10001100111001011111100110110010000101011111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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