#9ABDDC

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

Shades of Cornflower #9ABDDC

Tints of Cornflower #9ABDDC

Color information

#9ABDDC (or 0x9ABDDC) is unknown color: approx Cornflower. HEX triplet: 9A, BD and DC. RGB value is (154,189,220). Sum of RGB (Red+Green+Blue) = 154+189+220=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ABDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDC is #654223. Grayscale: #B5B5B5. Windows color (decimal): -6636068 or 14466458. OLE color: 14466458.

HSL color Cylindrical-coordinate representation of color #9ABDDC: hue angle of 208.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABDDC is Cyan = 0.3, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154189220-
CMYK0.30.1400.14
HSL208.18º48.53%73.33%-
HSV(B)208.18º30%86.27%-
XYZ44.4448.4374.72-
YUV182.07149.4107.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=27.35%
G=33.57%
B=39.08%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541892200.30.1400.14208.1848.5373.33
Hex9ABDDC1EE0Ed03149
Octal232275334361601632061111
Binary10011010101111011101110011110111001110110100001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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