#9AC5EB

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

Shades of Cornflower #9AC5EB

Tints of Cornflower #9AC5EB

Color information

#9AC5EB (or 0x9AC5EB) is unknown color: approx Cornflower. HEX triplet: 9A, C5 and EB. RGB value is (154,197,235). Sum of RGB (Red+Green+Blue) = 154+197+235=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AC5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC5EB is #653A14. Grayscale: #BCBCBC. Windows color (decimal): -6634005 or 15451546. OLE color: 15451546.

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

Color convert

RGB154197235-
CMYK0.340.1600.08
HSL208.15º66.94%76.27%-
HSV(B)208.15º34.47%92.16%-
XYZ48.2952.886.24-
YUV188.48154.25103.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.28%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=26.28%
G=33.62%
B=40.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541972350.340.1600.08208.1566.9476.27
Hex9AC5EB221008d0434c
Octal2323053534220010320103114
Binary10011010110001011110101110001010000010001101000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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