#8FE6F9

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

Shades of Columbia Blue #8FE6F9

Tints of Columbia Blue #8FE6F9

Color information

#8FE6F9 (or 0x8FE6F9) is unknown color: approx Columbia Blue. HEX triplet: 8F, E6 and F9. RGB value is (143,230,249). Sum of RGB (Red+Green+Blue) = 143+230+249=622 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.99% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FE6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE6F9 is #701906. Grayscale: #CDCDCD. Windows color (decimal): -7346439 or 16377487. OLE color: 16377487.

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

Color convert

RGB143230249-
CMYK0.430.0800.02
HSL190.75º89.83%76.86%-
HSV(B)190.75º42.57%97.65%-
XYZ56.7269.27100-
YUV206.15152.1882.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.99%
GREEN value IS 230 (90.23% from 255) = 36.98%
BLUE value IS 249 (97.66% from 255) = 40.03%
R=22.99%
G=36.98%
B=40.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432302490.430.0800.02190.7589.8376.86
Hex8FE6F92B802bf5a4d
Octal217346371531002277132115
Binary10001111111001101111100110101110000101011111110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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