#9ACCEC

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

Shades of Cornflower #9ACCEC

Tints of Cornflower #9ACCEC

Color information

#9ACCEC (or 0x9ACCEC) is unknown color: approx Cornflower. HEX triplet: 9A, CC and EC. RGB value is (154,204,236). Sum of RGB (Red+Green+Blue) = 154+204+236=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ACCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCEC is #653313. Grayscale: #C0C0C0. Windows color (decimal): -6632212 or 15518874. OLE color: 15518874.

HSL color Cylindrical-coordinate representation of color #9ACCEC: hue angle of 203.41º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ACCEC is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154204236-
CMYK0.350.1400.07
HSL203.41º68.33%76.47%-
HSV(B)203.41º34.75%92.55%-
XYZ50.0656.1187.55-
YUV192.7152.44100.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.93%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=25.93%
G=34.34%
B=39.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542042360.350.1400.07203.4168.3376.47
Hex9ACCEC23E07cb444c
Octal232314354431607313104114
Binary100110101100110011101100100011111001111100101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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