#9ABDDE

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

Shades of Cornflower #9ABDDE

Tints of Cornflower #9ABDDE

Color information

#9ABDDE (or 0x9ABDDE) is unknown color: approx Cornflower. HEX triplet: 9A, BD and DE. RGB value is (154,189,222). Sum of RGB (Red+Green+Blue) = 154+189+222=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ABDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDE is #654221. Grayscale: #B6B6B6. Windows color (decimal): -6636066 or 14597530. OLE color: 14597530.

HSL color Cylindrical-coordinate representation of color #9ABDDE: hue angle of 209.12º degrees, saturation: 0.51, 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 #9ABDDE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154189222-
CMYK0.310.1500.13
HSL209.12º50.75%73.73%-
HSV(B)209.12º30.63%87.06%-
XYZ44.7148.5476.12-
YUV182.3150.4107.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=27.26%
G=33.45%
B=39.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541892220.310.1500.13209.1250.7573.73
Hex9ABDDE1FF0Dd1334a
Octal232275336371701532163112
Binary10011010101111011101111011111111101101110100011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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