#9AD7FC

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

Shades of Columbia Blue #9AD7FC

Tints of Columbia Blue #9AD7FC

Color information

#9AD7FC (or 0x9AD7FC) is unknown color: approx Columbia Blue. HEX triplet: 9A, D7 and FC. RGB value is (154,215,252). Sum of RGB (Red+Green+Blue) = 154+215+252=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AD7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD7FC is #652803. Grayscale: #C8C8C8. Windows color (decimal): -6629380 or 16570266. OLE color: 16570266.

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

Color convert

RGB154215252-
CMYK0.390.1500.01
HSL202.65º94.23%79.61%-
HSV(B)202.65º38.89%98.82%-
XYZ55.262.5101.25-
YUV200.98156.7994.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.80%
GREEN value IS 215 (84.38% from 255) = 34.62%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=24.80%
G=34.62%
B=40.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542152520.390.1500.01202.6594.2379.61
Hex9AD7FC27F01cb5e50
Octal232327374471701313136120
Binary1001101011010111111111001001111111011100101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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