#9AC5EA

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

Shades of Cornflower #9AC5EA

Tints of Cornflower #9AC5EA

Color information

#9AC5EA (or 0x9AC5EA) is unknown color: approx Cornflower. HEX triplet: 9A, C5 and EA. RGB value is (154,197,234). Sum of RGB (Red+Green+Blue) = 154+197+234=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC5EA is #653A15. Grayscale: #BCBCBC. Windows color (decimal): -6634006 or 15386010. OLE color: 15386010.

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

Color convert

RGB154197234-
CMYK0.340.1600.08
HSL207.75º65.57%76.08%-
HSV(B)207.75º34.19%91.76%-
XYZ48.1452.7485.48-
YUV188.36153.75103.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.32%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 234 (91.80% from 255) = 40%
R=26.32%
G=33.68%
B=40%

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
Decimal1541972340.340.1600.08207.7565.5776.08
Hex9AC5EA221008d0424c
Octal2323053524220010320102114
Binary10011010110001011110101010001010000010001101000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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