#9ADCFA

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

Shades of Columbia Blue #9ADCFA

Tints of Columbia Blue #9ADCFA

Color information

#9ADCFA (or 0x9ADCFA) is unknown color: approx Columbia Blue. HEX triplet: 9A, DC and FA. RGB value is (154,220,250). Sum of RGB (Red+Green+Blue) = 154+220+250=624 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.68% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ADCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADCFA is #652305. Grayscale: #CBCBCB. Windows color (decimal): -6628102 or 16440474. OLE color: 16440474.

HSL color Cylindrical-coordinate representation of color #9ADCFA: hue angle of 198.75º degrees, saturation: 0.91, 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 #9ADCFA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154220250-
CMYK0.380.1200.02
HSL198.75º90.57%79.22%-
HSV(B)198.75º38.4%98.04%-
XYZ56.1764.96100.02-
YUV203.69154.1392.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.68%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=24.68%
G=35.26%
B=40.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542202500.380.1200.02198.7590.5779.22
Hex9ADCFA26C02c75b4f
Octal232334372461402307133117
Binary10011010110111001111101010011011000101100011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,220,250); }

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

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

 a { background-color: rgb(154,220,250); }

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

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

 span { border-color: rgb(154,220,250); }

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