#8FDCFA

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

Shades of Columbia Blue #8FDCFA

Tints of Columbia Blue #8FDCFA

Color information

#8FDCFA (or 0x8FDCFA) is unknown color: approx Columbia Blue. HEX triplet: 8F, DC and FA. RGB value is (143,220,250). Sum of RGB (Red+Green+Blue) = 143+220+250=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FDCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCFA is #702305. Grayscale: #C8C8C8. Windows color (decimal): -7348998 or 16440463. OLE color: 16440463.

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

Color convert

RGB143220250-
CMYK0.430.1200.02
HSL196.82º91.45%77.06%-
HSV(B)196.82º42.8%98.04%-
XYZ54.1863.9399.93-
YUV200.4155.9987.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.33%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=23.33%
G=35.89%
B=40.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432202500.430.1200.02196.8291.4577.06
Hex8FDCFA2BC02c55b4d
Octal217334372531402305133115
Binary10001111110111001111101010101111000101100010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,220,250); }

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

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

 a { background-color: rgb(143,220,250); }

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

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

 span { border-color: rgb(143,220,250); }

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