#9ACCEB

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

Shades of Cornflower #9ACCEB

Tints of Cornflower #9ACCEB

Color information

#9ACCEB (or 0x9ACCEB) is unknown color: approx Cornflower. HEX triplet: 9A, CC and EB. RGB value is (154,204,235). Sum of RGB (Red+Green+Blue) = 154+204+235=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ACCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCEB is #653314. Grayscale: #C0C0C0. Windows color (decimal): -6632213 or 15453338. OLE color: 15453338.

HSL color Cylindrical-coordinate representation of color #9ACCEB: hue angle of 202.96º 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 #9ACCEB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154204235-
CMYK0.340.1300.08
HSL202.96º66.94%76.27%-
HSV(B)202.96º34.47%92.16%-
XYZ49.9156.0586.79-
YUV192.58151.94100.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.97%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=25.97%
G=34.40%
B=39.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542042350.340.1300.08202.9666.9476.27
Hex9ACCEB22D08cb434c
Octal2323143534215010313103114
Binary1001101011001100111010111000101101010001100101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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