#9ABEE1

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

Shades of Cornflower #9ABEE1

Tints of Cornflower #9ABEE1

Color information

#9ABEE1 (or 0x9ABEE1) is unknown color: approx Cornflower. HEX triplet: 9A, BE and E1. RGB value is (154,190,225). Sum of RGB (Red+Green+Blue) = 154+190+225=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ABEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEE1 is #65411E. Grayscale: #B7B7B7. Windows color (decimal): -6635807 or 14794394. OLE color: 14794394.

HSL color Cylindrical-coordinate representation of color #9ABEE1: hue angle of 209.58º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ABEE1 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB154190225-
CMYK0.320.1600.12
HSL209.58º54.2%74.31%-
HSV(B)209.58º31.56%88.24%-
XYZ45.3349.1378.33-
YUV183.23151.57107.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.07%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=27.07%
G=33.39%
B=39.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1541902250.320.1600.12209.5854.274.31
Hex9ABEE120100Cd2364a
Octal232276341402001432266112
Binary1001101010111110111000011000001000001100110100101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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