#8FE0FE

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

Shades of Columbia Blue #8FE0FE

Tints of Columbia Blue #8FE0FE

Color information

#8FE0FE (or 0x8FE0FE) is unknown color: approx Columbia Blue. HEX triplet: 8F, E0 and FE. RGB value is (143,224,254). Sum of RGB (Red+Green+Blue) = 143+224+254=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE0FE is #701F01. Grayscale: #CBCBCB. Windows color (decimal): -7347970 or 16703631. OLE color: 16703631.

HSL color Cylindrical-coordinate representation of color #8FE0FE: hue angle of 196.22º 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 #8FE0FE is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB143224254-
CMYK0.440.1200.00
HSL196.22º98.23%77.84%-
HSV(B)196.22º43.7%99.61%-
XYZ55.8766.31103.62-
YUV203.2156.6685.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.03%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=23.03%
G=36.07%
B=40.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432242540.440.1200.00196.2298.2377.84
Hex8FE0FE2CC00c4624e
Octal217340376541400304142116
Binary1000111111100000111111101011001100001100010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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