#9ABDD8

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

Shades of Cornflower #9ABDD8

Tints of Cornflower #9ABDD8

Color information

#9ABDD8 (or 0x9ABDD8) is unknown color: approx Cornflower. HEX triplet: 9A, BD and D8. RGB value is (154,189,216). Sum of RGB (Red+Green+Blue) = 154+189+216=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #9ABDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDD8 is #654227. Grayscale: #B5B5B5. Windows color (decimal): -6636072 or 14204314. OLE color: 14204314.

HSL color Cylindrical-coordinate representation of color #9ABDD8: hue angle of 206.13º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ABDD8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154189216-
CMYK0.290.1200.15
HSL206.13º44.29%72.55%-
HSV(B)206.13º28.7%84.71%-
XYZ43.9248.2271.96-
YUV181.61147.4108.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.55%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=27.55%
G=33.81%
B=38.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541892160.290.1200.15206.1344.2972.55
Hex9ABDD81DC0Fce2c49
Octal232275330351401731654111
Binary10011010101111011101100011101110001111110011101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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