#9AD0FB

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

Shades of Columbia Blue #9AD0FB

Tints of Columbia Blue #9AD0FB

Color information

#9AD0FB (or 0x9AD0FB) is unknown color: approx Columbia Blue. HEX triplet: 9A, D0 and FB. RGB value is (154,208,251). Sum of RGB (Red+Green+Blue) = 154+208+251=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AD0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD0FB is #652F04. Grayscale: #C4C4C4. Windows color (decimal): -6631173 or 16502938. OLE color: 16502938.

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

Color convert

RGB154208251-
CMYK0.390.1700.02
HSL206.6º92.38%79.41%-
HSV(B)206.6º38.65%98.43%-
XYZ53.2958.9599.84-
YUV196.76158.6197.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.12%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=25.12%
G=33.93%
B=40.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542082510.390.1700.02206.692.3879.41
Hex9AD0FB271102cf5c4f
Octal232320373472102317134117
Binary100110101101000011111011100111100010101100111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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