#9ABDDB

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

Shades of Cornflower #9ABDDB

Tints of Cornflower #9ABDDB

Color information

#9ABDDB (or 0x9ABDDB) is unknown color: approx Cornflower. HEX triplet: 9A, BD and DB. RGB value is (154,189,219). Sum of RGB (Red+Green+Blue) = 154+189+219=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ABDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDB is #654224. Grayscale: #B5B5B5. Windows color (decimal): -6636069 or 14400922. OLE color: 14400922.

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

Color convert

RGB154189219-
CMYK0.300.1400.14
HSL207.69º47.45%73.14%-
HSV(B)207.69º29.68%85.88%-
XYZ44.3148.3874.02-
YUV181.96148.9108.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.40%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=27.40%
G=33.63%
B=38.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541892190.300.1400.14207.6947.4573.14
Hex9ABDDB1EE0Ed02f49
Octal232275333361601632057111
Binary10011010101111011101101111110111001110110100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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