#9ACFEB

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

Shades of Cornflower #9ACFEB

Tints of Cornflower #9ACFEB

Color information

#9ACFEB (or 0x9ACFEB) is unknown color: approx Cornflower. HEX triplet: 9A, CF and EB. RGB value is (154,207,235). Sum of RGB (Red+Green+Blue) = 154+207+235=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ACFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACFEB is #653014. Grayscale: #C2C2C2. Windows color (decimal): -6631445 or 15454106. OLE color: 15454106.

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

Color convert

RGB154207235-
CMYK0.340.1200.08
HSL200.74º66.94%76.27%-
HSV(B)200.74º34.47%92.16%-
XYZ50.6357.4987.03-
YUV194.34150.9499.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.84%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=25.84%
G=34.73%
B=39.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542072350.340.1200.08200.7466.9476.27
Hex9ACFEB22C08c9434c
Octal2323173534214010311103114
Binary1001101011001111111010111000101100010001100100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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