#9FDFFF

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

Shades of Columbia Blue #9FDFFF

Tints of Columbia Blue #9FDFFF

Color information

#9FDFFF (or 0x9FDFFF) is unknown color: approx Columbia Blue. HEX triplet: 9F, DF and FF. RGB value is (159,223,255). Sum of RGB (Red+Green+Blue) = 159+223+255=637 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.96% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFFF is #602000. Grayscale: #CFCFCF. Windows color (decimal): -6299649 or 16768927. OLE color: 16768927.

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

Color convert

RGB159223255-
CMYK0.380.1300
HSL200º100%81.18%-
HSV(B)200º37.65%100%-
XYZ58.7467.37104.52-
YUV207.51154.893.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.96%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 255 (100% from 255) = 40.03%
R=24.96%
G=35.01%
B=40.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592232550.380.130020010081.18
Hex9FDFFF26D00c86451
Octal237337377461500310144121
Binary1001111111011111111111111001101101001100100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,223,255); }

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

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

 a { background-color: rgb(159,223,255); }

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

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

 span { border-color: rgb(159,223,255); }

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