#8FDDF9

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

Shades of Columbia Blue #8FDDF9

Tints of Columbia Blue #8FDDF9

Color information

#8FDDF9 (or 0x8FDDF9) is unknown color: approx Columbia Blue. HEX triplet: 8F, DD and F9. RGB value is (143,221,249). Sum of RGB (Red+Green+Blue) = 143+221+249=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FDDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDF9 is #702206. Grayscale: #C8C8C8. Windows color (decimal): -7348743 or 16375183. OLE color: 16375183.

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

Color convert

RGB143221249-
CMYK0.430.1100.02
HSL195.85º89.83%76.86%-
HSV(B)195.85º42.57%97.65%-
XYZ54.2864.3999.19-
YUV200.87155.1686.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.33%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=23.33%
G=36.05%
B=40.62%

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
Decimal1432212490.430.1100.02195.8589.8376.86
Hex8FDDF92BB02c45a4d
Octal217335371531302304132115
Binary10001111110111011111100110101110110101100010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,221,249); }

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

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

 a { background-color: rgb(143,221,249); }

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

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

 span { border-color: rgb(143,221,249); }

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