#9AD5FA

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

Shades of Columbia Blue #9AD5FA

Tints of Columbia Blue #9AD5FA

Color information

#9AD5FA (or 0x9AD5FA) is unknown color: approx Columbia Blue. HEX triplet: 9A, D5 and FA. RGB value is (154,213,250). Sum of RGB (Red+Green+Blue) = 154+213+250=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AD5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD5FA is #652A05. Grayscale: #C7C7C7. Windows color (decimal): -6629894 or 16438682. OLE color: 16438682.

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

Color convert

RGB154213250-
CMYK0.380.1500.02
HSL203.12º90.57%79.22%-
HSV(B)203.12º38.4%98.04%-
XYZ54.3861.3699.42-
YUV199.58156.4595.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.96%
GREEN value IS 213 (83.59% from 255) = 34.52%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=24.96%
G=34.52%
B=40.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542132500.380.1500.02203.1290.5779.22
Hex9AD5FA26F02cb5b4f
Octal232325372461702313133117
Binary10011010110101011111101010011011110101100101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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