#9AD8FB

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

Shades of Columbia Blue #9AD8FB

Tints of Columbia Blue #9AD8FB

Color information

#9AD8FB (or 0x9AD8FB) is unknown color: approx Columbia Blue. HEX triplet: 9A, D8 and FB. RGB value is (154,216,251). Sum of RGB (Red+Green+Blue) = 154+216+251=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AD8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD8FB is #652704. Grayscale: #C9C9C9. Windows color (decimal): -6629125 or 16504986. OLE color: 16504986.

HSL color Cylindrical-coordinate representation of color #9AD8FB: hue angle of 201.65º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD8FB is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154216251-
CMYK0.390.1400.02
HSL201.65º92.38%79.41%-
HSV(B)201.65º38.65%98.43%-
XYZ55.2962.95100.5-
YUV201.45155.9694.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.80%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=24.80%
G=34.78%
B=40.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542162510.390.1400.02201.6592.3879.41
Hex9AD8FB27E02ca5c4f
Octal232330373471602312134117
Binary10011010110110001111101110011111100101100101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,216,251); }

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

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

 a { background-color: rgb(154,216,251); }

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

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

 span { border-color: rgb(154,216,251); }

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