#9FDCFB

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

Shades of Columbia Blue #9FDCFB

Tints of Columbia Blue #9FDCFB

Color information

#9FDCFB (or 0x9FDCFB) is unknown color: approx Columbia Blue. HEX triplet: 9F, DC and FB. RGB value is (159,220,251). Sum of RGB (Red+Green+Blue) = 159+220+251=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FDCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCFB is #602304. Grayscale: #CDCDCD. Windows color (decimal): -6300421 or 16506015. OLE color: 16506015.

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

Color convert

RGB159220251-
CMYK0.370.1200.02
HSL200.22º92%80.39%-
HSV(B)200.22º36.65%98.43%-
XYZ57.365.52100.89-
YUV205.3153.7994.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.24%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=25.24%
G=34.92%
B=39.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592202510.370.1200.02200.229280.39
Hex9FDCFB25C02c85c50
Octal237334373451402310134120
Binary10011111110111001111101110010111000101100100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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