#9AD0FC

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

Shades of Columbia Blue #9AD0FC

Tints of Columbia Blue #9AD0FC

Color information

#9AD0FC (or 0x9AD0FC) is unknown color: approx Columbia Blue. HEX triplet: 9A, D0 and FC. RGB value is (154,208,252). Sum of RGB (Red+Green+Blue) = 154+208+252=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AD0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD0FC is #652F03. Grayscale: #C4C4C4. Windows color (decimal): -6631172 or 16568474. OLE color: 16568474.

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

Color convert

RGB154208252-
CMYK0.390.1700.01
HSL206.94º94.23%79.61%-
HSV(B)206.94º38.89%98.82%-
XYZ53.4559.01100.67-
YUV196.87159.1197.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.08%
GREEN value IS 208 (81.64% from 255) = 33.88%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=25.08%
G=33.88%
B=41.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542082520.390.1700.01206.9494.2379.61
Hex9AD0FC271101cf5e50
Octal232320374472101317136120
Binary10011010110100001111110010011110001011100111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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