#8FE8FB

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

Shades of Columbia Blue #8FE8FB

Tints of Columbia Blue #8FE8FB

Color information

#8FE8FB (or 0x8FE8FB) is unknown color: approx Columbia Blue. HEX triplet: 8F, E8 and FB. RGB value is (143,232,251). Sum of RGB (Red+Green+Blue) = 143+232+251=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FE8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE8FB is #701704. Grayscale: #CFCFCF. Windows color (decimal): -7345925 or 16509071. OLE color: 16509071.

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

Color convert

RGB143232251-
CMYK0.430.0800.02
HSL190.56º93.1%77.25%-
HSV(B)190.56º43.03%98.43%-
XYZ57.670.52101.84-
YUV207.56152.5181.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.84%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=22.84%
G=37.06%
B=40.10%

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
Decimal1432322510.430.0800.02190.5693.177.25
Hex8FE8FB2B802bf5d4d
Octal217350373531002277135115
Binary10001111111010001111101110101110000101011111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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