#9AD5FF

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

Shades of Columbia Blue #9AD5FF

Tints of Columbia Blue #9AD5FF

Color information

#9AD5FF (or 0x9AD5FF) is unknown color: approx Columbia Blue. HEX triplet: 9A, D5 and FF. RGB value is (154,213,255). Sum of RGB (Red+Green+Blue) = 154+213+255=622 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.76% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD5FF is #652A00. Grayscale: #C7C7C7. Windows color (decimal): -6629889 or 16766362. OLE color: 16766362.

HSL color Cylindrical-coordinate representation of color #9AD5FF: hue angle of 204.95º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD5FF is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154213255-
CMYK0.400.1600
HSL204.95º100%80.2%-
HSV(B)204.95º39.61%100%-
XYZ55.1761.68103.61-
YUV200.15158.9595.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.76%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 255 (100% from 255) = 41.00%
R=24.76%
G=34.24%
B=41.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542132550.400.1600204.9510080.2
Hex9AD5FF281000cd6450
Octal232325377502000315144120
Binary10011010110101011111111110100010000001100110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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