#9ACDFD

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

Shades of Columbia Blue #9ACDFD

Tints of Columbia Blue #9ACDFD

Color information

#9ACDFD (or 0x9ACDFD) is unknown color: approx Columbia Blue. HEX triplet: 9A, CD and FD. RGB value is (154,205,253). Sum of RGB (Red+Green+Blue) = 154+205+253=612 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.16% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ACDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACDFD is #653202. Grayscale: #C2C2C2. Windows color (decimal): -6631939 or 16633242. OLE color: 16633242.

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

Color convert

RGB154205253-
CMYK0.390.1900.01
HSL209.09º96.12%79.8%-
HSV(B)209.09º39.13%99.22%-
XYZ52.8957.62101.26-
YUV195.22160.698.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.16%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=25.16%
G=33.50%
B=41.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542052530.390.1900.01209.0996.1279.8
Hex9ACDFD271301d16050
Octal232315375472301321140120
Binary10011010110011011111110110011110011011101000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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