#9ACAFE

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

Shades of Pale Cornflower Blue #9ACAFE

Tints of Pale Cornflower Blue #9ACAFE

Color information

#9ACAFE (or 0x9ACAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, CA and FE. RGB value is (154,202,254). Sum of RGB (Red+Green+Blue) = 154+202+254=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ACAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACAFE is #653501. Grayscale: #C1C1C1. Windows color (decimal): -6632706 or 16698010. OLE color: 16698010.

HSL color Cylindrical-coordinate representation of color #9ACAFE: hue angle of 211.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACAFE is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154202254-
CMYK0.390.2000.00
HSL211.2º98.04%80%-
HSV(B)211.2º39.37%99.61%-
XYZ52.3456.27101.87-
YUV193.58162.199.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=25.25%
G=33.11%
B=41.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542022540.390.2000.00211.298.0480
Hex9ACAFE271400d36250
Octal232312376472400323142120
Binary10011010110010101111111010011110100001101001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,254); }

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

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

 a { background-color: rgb(154,202,254); }

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

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

 span { border-color: rgb(154,202,254); }

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