#9FDAF2

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

Shades of Columbia Blue #9FDAF2

Tints of Columbia Blue #9FDAF2

Color information

#9FDAF2 (or 0x9FDAF2) is unknown color: approx Columbia Blue. HEX triplet: 9F, DA and F2. RGB value is (159,218,242). Sum of RGB (Red+Green+Blue) = 159+218+242=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAF2 is #60250D. Grayscale: #CACACA. Windows color (decimal): -6300942 or 15915679. OLE color: 15915679.

HSL color Cylindrical-coordinate representation of color #9FDAF2: hue angle of 197.35º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FDAF2 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159218242-
CMYK0.340.1000.05
HSL197.35º76.15%78.63%-
HSV(B)197.35º34.3%94.9%-
XYZ55.463.9293.42-
YUV203.1149.9596.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.69%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 242 (94.92% from 255) = 39.10%
R=25.69%
G=35.22%
B=39.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592182420.340.1000.05197.3576.1578.63
Hex9FDAF222A05c54c4f
Octal237332362421205305114117
Binary100111111101101011110010100010101001011100010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,242); }

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

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

 a { background-color: rgb(159,218,242); }

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

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

 span { border-color: rgb(159,218,242); }

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