#9ABFDD

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

Shades of Cornflower #9ABFDD

Tints of Cornflower #9ABFDD

Color information

#9ABFDD (or 0x9ABFDD) is unknown color: approx Cornflower. HEX triplet: 9A, BF and DD. RGB value is (154,191,221). Sum of RGB (Red+Green+Blue) = 154+191+221=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ABFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFDD is #654022. Grayscale: #B7B7B7. Windows color (decimal): -6635555 or 14532506. OLE color: 14532506.

HSL color Cylindrical-coordinate representation of color #9ABFDD: hue angle of 206.87º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABFDD is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154191221-
CMYK0.300.1400.13
HSL206.87º49.63%73.53%-
HSV(B)206.87º30.32%86.67%-
XYZ45.0149.3575.56-
YUV183.36149.24107.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.21%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=27.21%
G=33.75%
B=39.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541912210.300.1400.13206.8749.6373.53
Hex9ABFDD1EE0Dcf324a
Octal232277335361601531762112
Binary10011010101111111101110111110111001101110011111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,221); }

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

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

 a { background-color: rgb(154,191,221); }

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

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

 span { border-color: rgb(154,191,221); }

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