#9ABEDB

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

Shades of Cornflower #9ABEDB

Tints of Cornflower #9ABEDB

Color information

#9ABEDB (or 0x9ABEDB) is unknown color: approx Cornflower. HEX triplet: 9A, BE and DB. RGB value is (154,190,219). Sum of RGB (Red+Green+Blue) = 154+190+219=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ABEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEDB is #654124. Grayscale: #B6B6B6. Windows color (decimal): -6635813 or 14401178. OLE color: 14401178.

HSL color Cylindrical-coordinate representation of color #9ABEDB: hue angle of 206.77º degrees, saturation: 0.47, 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 #9ABEDB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154190219-
CMYK0.300.1300.14
HSL206.77º47.45%73.14%-
HSV(B)206.77º29.68%85.88%-
XYZ44.5348.8174.09-
YUV182.54148.57107.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=27.35%
G=33.75%
B=38.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541902190.300.1300.14206.7747.4573.14
Hex9ABEDB1ED0Ecf2f49
Octal232276333361501631757111
Binary10011010101111101101101111110110101110110011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,219); }

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

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

 a { background-color: rgb(154,190,219); }

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

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

 span { border-color: rgb(154,190,219); }

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