#8FE6FB

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

Shades of Columbia Blue #8FE6FB

Tints of Columbia Blue #8FE6FB

Color information

#8FE6FB (or 0x8FE6FB) is unknown color: approx Columbia Blue. HEX triplet: 8F, E6 and FB. RGB value is (143,230,251). Sum of RGB (Red+Green+Blue) = 143+230+251=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FE6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE6FB is #701904. Grayscale: #CECECE. Windows color (decimal): -7346437 or 16508559. OLE color: 16508559.

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

Color convert

RGB143230251-
CMYK0.430.0800.02
HSL191.67º93.1%77.25%-
HSV(B)191.67º43.03%98.43%-
XYZ57.0469.4101.66-
YUV206.38153.1882.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.92%
GREEN value IS 230 (90.23% from 255) = 36.86%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=22.92%
G=36.86%
B=40.22%

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
Decimal1432302510.430.0800.02191.6793.177.25
Hex8FE6FB2B802c05d4d
Octal217346373531002300135115
Binary10001111111001101111101110101110000101100000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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