#8FDEFA

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

Shades of Columbia Blue #8FDEFA

Tints of Columbia Blue #8FDEFA

Color information

#8FDEFA (or 0x8FDEFA) is unknown color: approx Columbia Blue. HEX triplet: 8F, DE and FA. RGB value is (143,222,250). Sum of RGB (Red+Green+Blue) = 143+222+250=615 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.25% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDEFA is #702105. Grayscale: #C9C9C9. Windows color (decimal): -7348486 or 16440975. OLE color: 16440975.

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

Color convert

RGB143222250-
CMYK0.430.1100.02
HSL195.7º91.45%77.06%-
HSV(B)195.7º42.8%98.04%-
XYZ54.764.98100.1-
YUV201.57155.3386.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.25%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=23.25%
G=36.10%
B=40.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432222500.430.1100.02195.791.4577.06
Hex8FDEFA2BB02c45b4d
Octal217336372531302304133115
Binary10001111110111101111101010101110110101100010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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