#9AD0F9

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

Shades of Columbia Blue #9AD0F9

Tints of Columbia Blue #9AD0F9

Color information

#9AD0F9 (or 0x9AD0F9) is unknown color: approx Columbia Blue. HEX triplet: 9A, D0 and F9. RGB value is (154,208,249). Sum of RGB (Red+Green+Blue) = 154+208+249=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AD0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD0F9 is #652F06. Grayscale: #C4C4C4. Windows color (decimal): -6631175 or 16371866. OLE color: 16371866.

HSL color Cylindrical-coordinate representation of color #9AD0F9: hue angle of 205.89º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AD0F9 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154208249-
CMYK0.380.1600.02
HSL205.89º88.79%79.02%-
HSV(B)205.89º38.15%97.65%-
XYZ52.9858.8298.18-
YUV196.53157.6197.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.20%
GREEN value IS 208 (81.64% from 255) = 34.04%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=25.20%
G=34.04%
B=40.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542082490.380.1600.02205.8988.7979.02
Hex9AD0F9261002ce594f
Octal232320371462002316131117
Binary100110101101000011111001100110100000101100111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,208,249); }

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

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

 a { background-color: rgb(154,208,249); }

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

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

 span { border-color: rgb(154,208,249); }

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