#9fd2fc

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

Shades of Columbia Blue #9FD2FC

Tints of Columbia Blue #9FD2FC

Color information

#9FD2FC (or 0x9FD2FC) is unknown color: approx Columbia Blue. HEX triplet: 9F, D2 and FC. RGB value is (159,210,252). Sum of RGB (Red+Green+Blue) = 159+210+252=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FD2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2FC is #602D03. Grayscale: #C7C7C7. Windows color (decimal): -6302980 or 16568991. OLE color: 16568991.

HSL color Cylindrical-coordinate representation of color #9FD2FC: hue angle of 207.1º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FD2FC is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159210252-
CMYK0.370.1700.01
HSL207.1º93.94%80.59%-
HSV(B)207.1º36.9%98.82%-
XYZ54.9260.49100.88-
YUV199.54157.699.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.60%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=25.60%
G=33.82%
B=40.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592102520.370.1700.01207.193.9480.59
Hex9FD2FC251101cf5e51
Octal237322374452101317136121
Binary10011111110100101111110010010110001011100111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fd2fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,210,252); }

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

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

 a { background-color: rgb(159,210,252); }

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

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

 span { border-color: rgb(159,210,252); }

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