#9FDCF4

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

Shades of Columbia Blue #9FDCF4

Tints of Columbia Blue #9FDCF4

Color information

#9FDCF4 (or 0x9FDCF4) is unknown color: approx Columbia Blue. HEX triplet: 9F, DC and F4. RGB value is (159,220,244). Sum of RGB (Red+Green+Blue) = 159+220+244=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 244 - color contains mainly: blue. Hex color #9FDCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCF4 is #60230B. Grayscale: #CCCCCC. Windows color (decimal): -6300428 or 16047263. OLE color: 16047263.

HSL color Cylindrical-coordinate representation of color #9FDCF4: hue angle of 196.94º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FDCF4 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB159220244-
CMYK0.350.1000.04
HSL196.94º79.44%79.02%-
HSV(B)196.94º34.84%95.69%-
XYZ56.2265.0995.19-
YUV204.5150.2995.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.52%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 244 (95.70% from 255) = 39.17%
R=25.52%
G=35.31%
B=39.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592202440.350.1000.04196.9479.4479.02
Hex9FDCF423A04c54f4f
Octal237334364431204305117117
Binary100111111101110011110100100011101001001100010110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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