#9ACBEA

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

Shades of Cornflower #9ACBEA

Tints of Cornflower #9ACBEA

Color information

#9ACBEA (or 0x9ACBEA) is unknown color: approx Cornflower. HEX triplet: 9A, CB and EA. RGB value is (154,203,234). Sum of RGB (Red+Green+Blue) = 154+203+234=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ACBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACBEA is #653415. Grayscale: #BFBFBF. Windows color (decimal): -6632470 or 15387546. OLE color: 15387546.

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

Color convert

RGB154203234-
CMYK0.340.1300.08
HSL203.25º65.57%76.08%-
HSV(B)203.25º34.19%91.76%-
XYZ49.5355.5285.95-
YUV191.88151.77100.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.06%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=26.06%
G=34.35%
B=39.59%

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
Decimal1542032340.340.1300.08203.2565.5776.08
Hex9ACBEA22D08cb424c
Octal2323133524215010313102114
Binary1001101011001011111010101000101101010001100101110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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