#9AD1FC

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

Shades of Columbia Blue #9AD1FC

Tints of Columbia Blue #9AD1FC

Color information

#9AD1FC (or 0x9AD1FC) is unknown color: approx Columbia Blue. HEX triplet: 9A, D1 and FC. RGB value is (154,209,252). Sum of RGB (Red+Green+Blue) = 154+209+252=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AD1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD1FC is #652E03. Grayscale: #C5C5C5. Windows color (decimal): -6630916 or 16568730. OLE color: 16568730.

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

Color convert

RGB154209252-
CMYK0.390.1700.01
HSL206.33º94.23%79.61%-
HSV(B)206.33º38.89%98.82%-
XYZ53.759.5100.75-
YUV197.46158.7897-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.04%
GREEN value IS 209 (82.03% from 255) = 33.98%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=25.04%
G=33.98%
B=40.98%

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
Decimal1542092520.390.1700.01206.3394.2379.61
Hex9AD1FC271101ce5e50
Octal232321374472101316136120
Binary10011010110100011111110010011110001011100111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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