#9ABDDA

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

Shades of Cornflower #9ABDDA

Tints of Cornflower #9ABDDA

Color information

#9ABDDA (or 0x9ABDDA) is unknown color: approx Cornflower. HEX triplet: 9A, BD and DA. RGB value is (154,189,218). Sum of RGB (Red+Green+Blue) = 154+189+218=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ABDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDA is #654225. Grayscale: #B5B5B5. Windows color (decimal): -6636070 or 14335386. OLE color: 14335386.

HSL color Cylindrical-coordinate representation of color #9ABDDA: hue angle of 207.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ABDDA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154189218-
CMYK0.290.1300.15
HSL207.19º46.38%72.94%-
HSV(B)207.19º29.36%85.49%-
XYZ44.1848.3373.33-
YUV181.84148.4108.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=27.45%
G=33.69%
B=38.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541892180.290.1300.15207.1946.3872.94
Hex9ABDDA1DD0Fcf2e49
Octal232275332351501731756111
Binary10011010101111011101101011101110101111110011111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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