#8FE6FA

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

Shades of Columbia Blue #8FE6FA

Tints of Columbia Blue #8FE6FA

Color information

#8FE6FA (or 0x8FE6FA) is unknown color: approx Columbia Blue. HEX triplet: 8F, E6 and FA. RGB value is (143,230,250). Sum of RGB (Red+Green+Blue) = 143+230+250=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FE6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE6FA is #701905. Grayscale: #CECECE. Windows color (decimal): -7346438 or 16443023. OLE color: 16443023.

HSL color Cylindrical-coordinate representation of color #8FE6FA: hue angle of 191.21º degrees, saturation: 0.91, 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 #8FE6FA is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143230250-
CMYK0.430.0800.02
HSL191.21º91.45%77.06%-
HSV(B)191.21º42.8%98.04%-
XYZ56.8869.34100.83-
YUV206.27152.6882.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.95%
GREEN value IS 230 (90.23% from 255) = 36.92%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=22.95%
G=36.92%
B=40.13%

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
Decimal1432302500.430.0800.02191.2191.4577.06
Hex8FE6FA2B802bf5b4d
Octal217346372531002277133115
Binary10001111111001101111101010101110000101011111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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