#8FD8FF

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

Shades of Columbia Blue #8FD8FF

Tints of Columbia Blue #8FD8FF

Color information

#8FD8FF (or 0x8FD8FF) is unknown color: approx Columbia Blue. HEX triplet: 8F, D8 and FF. RGB value is (143,216,255). Sum of RGB (Red+Green+Blue) = 143+216+255=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FD8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD8FF is #702700. Grayscale: #C6C6C6. Windows color (decimal): -7350017 or 16767119. OLE color: 16767119.

HSL color Cylindrical-coordinate representation of color #8FD8FF: hue angle of 200.89º 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 #8FD8FF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB143216255-
CMYK0.440.1500
HSL200.89º100%78.04%-
HSV(B)200.89º43.92%100%-
XYZ53.9362.17103.77-
YUV198.62159.8288.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.29%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 255 (100% from 255) = 41.53%
R=23.29%
G=35.18%
B=41.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432162550.440.1500200.8910078.04
Hex8FD8FF2CF00c9644e
Octal217330377541700311144116
Binary1000111111011000111111111011001111001100100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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