#8fe3fe

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

Shades of Columbia Blue #8FE3FE

Tints of Columbia Blue #8FE3FE

Color information

#8FE3FE (or 0x8FE3FE) is unknown color: approx Columbia Blue. HEX triplet: 8F, E3 and FE. RGB value is (143,227,254). Sum of RGB (Red+Green+Blue) = 143+227+254=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FE3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE3FE is #701C01. Grayscale: #CCCCCC. Windows color (decimal): -7347202 or 16704399. OLE color: 16704399.

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

Color convert

RGB143227254-
CMYK0.440.1100.00
HSL194.59º98.23%77.84%-
HSV(B)194.59º43.7%99.61%-
XYZ56.6967.93103.89-
YUV204.96155.6783.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.92%
GREEN value IS 227 (89.06% from 255) = 36.38%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=22.92%
G=36.38%
B=40.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432272540.440.1100.00194.5998.2377.84
Hex8FE3FE2CB00c3624e
Octal217343376541300303142116
Binary1000111111100011111111101011001011001100001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fe3fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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