#8febfe

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

Shades of Columbia Blue #8FEBFE

Tints of Columbia Blue #8FEBFE

Color information

#8FEBFE (or 0x8FEBFE) is unknown color: approx Columbia Blue. HEX triplet: 8F, EB and FE. RGB value is (143,235,254). Sum of RGB (Red+Green+Blue) = 143+235+254=632 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.63% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBFE is #701401. Grayscale: #D1D1D1. Windows color (decimal): -7345154 or 16706447. OLE color: 16706447.

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

Color convert

RGB143235254-
CMYK0.440.0700.00
HSL190.27º98.23%77.84%-
HSV(B)190.27º43.7%99.61%-
XYZ58.9372.41104.64-
YUV209.66153.0280.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.63%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=22.63%
G=37.18%
B=40.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432352540.440.0700.00190.2798.2377.84
Hex8FEBFE2C700be624e
Octal21735337654700276142116
Binary100011111110101111111110101100111001011111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8febfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,235,254); }

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

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

 a { background-color: rgb(143,235,254); }

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

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

 span { border-color: rgb(143,235,254); }

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