#9AD6FD

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

Shades of Columbia Blue #9AD6FD

Tints of Columbia Blue #9AD6FD

Color information

#9AD6FD (or 0x9AD6FD) is unknown color: approx Columbia Blue. HEX triplet: 9A, D6 and FD. RGB value is (154,214,253). Sum of RGB (Red+Green+Blue) = 154+214+253=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AD6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD6FD is #652902. Grayscale: #C8C8C8. Windows color (decimal): -6629635 or 16635546. OLE color: 16635546.

HSL color Cylindrical-coordinate representation of color #9AD6FD: hue angle of 203.64º degrees, saturation: 0.96, 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 #9AD6FD is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154214253-
CMYK0.390.1500.01
HSL203.64º96.12%79.8%-
HSV(B)203.64º39.13%99.22%-
XYZ55.162.06102-
YUV200.51157.6294.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.80%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=24.80%
G=34.46%
B=40.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542142530.390.1500.01203.6496.1279.8
Hex9AD6FD27F01cc6050
Octal232326375471701314140120
Binary1001101011010110111111011001111111011100110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,214,253); }

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

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

 a { background-color: rgb(154,214,253); }

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

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

 span { border-color: rgb(154,214,253); }

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