#8FE1FF

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

Shades of Columbia Blue #8FE1FF

Tints of Columbia Blue #8FE1FF

Color information

#8FE1FF (or 0x8FE1FF) is unknown color: approx Columbia Blue. HEX triplet: 8F, E1 and FF. RGB value is (143,225,255). Sum of RGB (Red+Green+Blue) = 143+225+255=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE1FF is #701E00. Grayscale: #CBCBCB. Windows color (decimal): -7347713 or 16769423. OLE color: 16769423.

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

Color convert

RGB143225255-
CMYK0.440.1200
HSL196.07º100%78.04%-
HSV(B)196.07º43.92%100%-
XYZ56.366.91104.56-
YUV203.9156.8384.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.95%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 255 (100% from 255) = 40.93%
R=22.95%
G=36.12%
B=40.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432252550.440.1200196.0710078.04
Hex8FE1FF2CC00c4644e
Octal217341377541400304144116
Binary1000111111100001111111111011001100001100010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,225,255); }

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

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

 a { background-color: rgb(143,225,255); }

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

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

 span { border-color: rgb(143,225,255); }

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