#8FE7FE

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

Shades of Columbia Blue #8FE7FE

Tints of Columbia Blue #8FE7FE

Color information

#8FE7FE (or 0x8FE7FE) is unknown color: approx Columbia Blue. HEX triplet: 8F, E7 and FE. RGB value is (143,231,254). Sum of RGB (Red+Green+Blue) = 143+231+254=628 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.77% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FE7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE7FE is #701801. Grayscale: #CFCFCF. Windows color (decimal): -7346178 or 16705423. OLE color: 16705423.

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

Color convert

RGB143231254-
CMYK0.440.0900.00
HSL192.43º98.23%77.84%-
HSV(B)192.43º43.7%99.61%-
XYZ57.7970.15104.26-
YUV207.31154.3582.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.77%
GREEN value IS 231 (90.62% from 255) = 36.78%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=22.77%
G=36.78%
B=40.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432312540.440.0900.00192.4398.2377.84
Hex8FE7FE2C900c0624e
Octal217347376541100300142116
Binary1000111111100111111111101011001001001100000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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