#9ABFDF

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

Shades of Cornflower #9ABFDF

Tints of Cornflower #9ABFDF

Color information

#9ABFDF (or 0x9ABFDF) is unknown color: approx Cornflower. HEX triplet: 9A, BF and DF. RGB value is (154,191,223). Sum of RGB (Red+Green+Blue) = 154+191+223=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ABFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFDF is #654020. Grayscale: #B7B7B7. Windows color (decimal): -6635553 or 14663578. OLE color: 14663578.

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

Color convert

RGB154191223-
CMYK0.310.1400.13
HSL207.83º51.88%73.92%-
HSV(B)207.83º30.94%87.45%-
XYZ45.2849.4676.97-
YUV183.58150.24106.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.11%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=27.11%
G=33.63%
B=39.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541912230.310.1400.13207.8351.8873.92
Hex9ABFDF1FE0Dd0344a
Octal232277337371601532064112
Binary10011010101111111101111111111111001101110100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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