#9FDCFD

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

Shades of Columbia Blue #9FDCFD

Tints of Columbia Blue #9FDCFD

Color information

#9FDCFD (or 0x9FDCFD) is unknown color: approx Columbia Blue. HEX triplet: 9F, DC and FD. RGB value is (159,220,253). Sum of RGB (Red+Green+Blue) = 159+220+253=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCFD is #602302. Grayscale: #CDCDCD. Windows color (decimal): -6300419 or 16637087. OLE color: 16637087.

HSL color Cylindrical-coordinate representation of color #9FDCFD: hue angle of 201.06º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FDCFD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159220253-
CMYK0.370.1300.01
HSL201.06º95.92%80.78%-
HSV(B)201.06º37.15%99.22%-
XYZ57.6265.65102.56-
YUV205.52154.7994.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.16%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=25.16%
G=34.81%
B=40.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592202530.370.1300.01201.0695.9280.78
Hex9FDCFD25D01c96051
Octal237334375451501311140121
Binary1001111111011100111111011001011101011100100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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