#9FD5F7

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

Shades of Columbia Blue #9FD5F7

Tints of Columbia Blue #9FD5F7

Color information

#9FD5F7 (or 0x9FD5F7) is unknown color: approx Columbia Blue. HEX triplet: 9F, D5 and F7. RGB value is (159,213,247). Sum of RGB (Red+Green+Blue) = 159+213+247=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FD5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD5F7 is #602A08. Grayscale: #C8C8C8. Windows color (decimal): -6302217 or 16242079. OLE color: 16242079.

HSL color Cylindrical-coordinate representation of color #9FD5F7: hue angle of 203.18º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FD5F7 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB159213247-
CMYK0.360.1400.03
HSL203.18º84.62%79.61%-
HSV(B)203.18º35.63%96.86%-
XYZ54.8861.6797.01-
YUV200.73154.1198.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.69%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 247 (96.88% from 255) = 39.90%
R=25.69%
G=34.41%
B=39.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592132470.360.1400.03203.1884.6279.61
Hex9FD5F724E03cb5550
Octal237325367441603313125120
Binary10011111110101011111011110010011100111100101110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FD5F7; }

 p { color: rgb(159,213,247); }

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

<style>
 a { background-color: #9FD5F7; }

 a { background-color: rgb(159,213,247); }

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

<style>
 span { border-color: #9FD5F7; }

 span { border-color: rgb(159,213,247); }

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