#8FE6FF

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

Shades of Columbia Blue #8FE6FF

Tints of Columbia Blue #8FE6FF

Color information

#8FE6FF (or 0x8FE6FF) is unknown color: approx Columbia Blue. HEX triplet: 8F, E6 and FF. RGB value is (143,230,255). Sum of RGB (Red+Green+Blue) = 143+230+255=628 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.77% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE6FF is #701900. Grayscale: #CECECE. Windows color (decimal): -7346433 or 16770703. OLE color: 16770703.

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

Color convert

RGB143230255-
CMYK0.440.1000
HSL193.39º100%78.04%-
HSV(B)193.39º43.92%100%-
XYZ57.6769.65105.01-
YUV206.84155.1882.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.77%
GREEN value IS 230 (90.23% from 255) = 36.62%
BLUE value IS 255 (100% from 255) = 40.61%
R=22.77%
G=36.62%
B=40.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432302550.440.1000193.3910078.04
Hex8FE6FF2CA00c1644e
Octal217346377541200301144116
Binary1000111111100110111111111011001010001100000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,230,255); }

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

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

 a { background-color: rgb(143,230,255); }

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

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

 span { border-color: rgb(143,230,255); }

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