#9ACEEB

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

Shades of Cornflower #9ACEEB

Tints of Cornflower #9ACEEB

Color information

#9ACEEB (or 0x9ACEEB) is unknown color: approx Cornflower. HEX triplet: 9A, CE and EB. RGB value is (154,206,235). Sum of RGB (Red+Green+Blue) = 154+206+235=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ACEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEEB is #653114. Grayscale: #C1C1C1. Windows color (decimal): -6631701 or 15453850. OLE color: 15453850.

HSL color Cylindrical-coordinate representation of color #9ACEEB: hue angle of 201.48º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ACEEB is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154206235-
CMYK0.340.1200.08
HSL201.48º66.94%76.27%-
HSV(B)201.48º34.47%92.16%-
XYZ50.3957.0186.95-
YUV193.76151.2799.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=25.88%
G=34.62%
B=39.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542062350.340.1200.08201.4866.9476.27
Hex9ACEEB22C08c9434c
Octal2323163534214010311103114
Binary1001101011001110111010111000101100010001100100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,206,235); }

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

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

 a { background-color: rgb(154,206,235); }

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

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

 span { border-color: rgb(154,206,235); }

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