#9FDCF9

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

Shades of Columbia Blue #9FDCF9

Tints of Columbia Blue #9FDCF9

Color information

#9FDCF9 (or 0x9FDCF9) is unknown color: approx Columbia Blue. HEX triplet: 9F, DC and F9. RGB value is (159,220,249). Sum of RGB (Red+Green+Blue) = 159+220+249=628 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.32% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FDCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCF9 is #602306. Grayscale: #CCCCCC. Windows color (decimal): -6300423 or 16374943. OLE color: 16374943.

HSL color Cylindrical-coordinate representation of color #9FDCF9: hue angle of 199.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FDCF9 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159220249-
CMYK0.360.1200.02
HSL199.33º88.24%80%-
HSV(B)199.33º36.14%97.65%-
XYZ56.9965.499.24-
YUV205.07152.7995.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.32%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=25.32%
G=35.03%
B=39.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592202490.360.1200.02199.3388.2480
Hex9FDCF924C02c75850
Octal237334371441402307130120
Binary10011111110111001111100110010011000101100011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,220,249); }

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

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

 a { background-color: rgb(159,220,249); }

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

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

 span { border-color: rgb(159,220,249); }

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