#9ABDF5

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

Shades of Tropical Blue #9ABDF5

Tints of Tropical Blue #9ABDF5

Color information

#9ABDF5 (or 0x9ABDF5) is unknown color: approx Tropical Blue. HEX triplet: 9A, BD and F5. RGB value is (154,189,245). Sum of RGB (Red+Green+Blue) = 154+189+245=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #9ABDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABDF5 is #65420A. Grayscale: #B8B8B8. Windows color (decimal): -6636043 or 16104858. OLE color: 16104858.

HSL color Cylindrical-coordinate representation of color #9ABDF5: hue angle of 216.92º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ABDF5 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB154189245-
CMYK0.370.2300.04
HSL216.92º81.98%78.24%-
HSV(B)216.92º37.14%96.08%-
XYZ48.0149.8693.48-
YUV184.92161.9105.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.19%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 245 (96.09% from 255) = 41.67%
R=26.19%
G=32.14%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1541892450.370.2300.04216.9281.9878.24
Hex9ABDF5251704d9524e
Octal232275365452704331122116
Binary1001101010111101111101011001011011101001101100110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,189,245); }

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

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

 a { background-color: rgb(154,189,245); }

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

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

 span { border-color: rgb(154,189,245); }

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