#9FDCFE

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

Shades of Columbia Blue #9FDCFE

Tints of Columbia Blue #9FDCFE

Color information

#9FDCFE (or 0x9FDCFE) is unknown color: approx Columbia Blue. HEX triplet: 9F, DC and FE. RGB value is (159,220,254). Sum of RGB (Red+Green+Blue) = 159+220+254=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCFE is #602301. Grayscale: #CDCDCD. Windows color (decimal): -6300418 or 16702623. OLE color: 16702623.

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

Color convert

RGB159220254-
CMYK0.370.1300.00
HSL201.47º97.94%80.98%-
HSV(B)201.47º37.4%99.61%-
XYZ57.7865.71103.4-
YUV205.64155.2994.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.12%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=25.12%
G=34.76%
B=40.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592202540.370.1300.00201.4797.9480.98
Hex9FDCFE25D00c96251
Octal237334376451500311142121
Binary1001111111011100111111101001011101001100100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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