#9FD3FF

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

Shades of Columbia Blue #9FD3FF

Tints of Columbia Blue #9FD3FF

Color information

#9FD3FF (or 0x9FD3FF) is unknown color: approx Columbia Blue. HEX triplet: 9F, D3 and FF. RGB value is (159,211,255). Sum of RGB (Red+Green+Blue) = 159+211+255=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FD3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD3FF is #602C00. Grayscale: #C8C8C8. Windows color (decimal): -6302721 or 16765855. OLE color: 16765855.

HSL color Cylindrical-coordinate representation of color #9FD3FF: hue angle of 207.5º 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 #9FD3FF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB159211255-
CMYK0.380.1700
HSL207.5º100%81.18%-
HSV(B)207.5º37.65%100%-
XYZ55.6461.18103.48-
YUV200.47158.7798.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.44%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 255 (100% from 255) = 40.8%
R=25.44%
G=33.76%
B=40.8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592112550.380.1700207.510081.18
Hex9FD3FF261100d06451
Octal237323377462100320144121
Binary10011111110100111111111110011010001001101000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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