#9ac9ff

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

Shades of Pale Cornflower Blue #9AC9FF

Tints of Pale Cornflower Blue #9AC9FF

Color information

#9AC9FF (or 0x9AC9FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C9 and FF. RGB value is (154,201,255). Sum of RGB (Red+Green+Blue) = 154+201+255=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC9FF is #653600. Grayscale: #C0C0C0. Windows color (decimal): -6632961 or 16763290. OLE color: 16763290.

HSL color Cylindrical-coordinate representation of color #9AC9FF: hue angle of 212.08º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AC9FF is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154201255-
CMYK0.400.2100
HSL212.08º100%80.2%-
HSV(B)212.08º39.61%100%-
XYZ52.2655.86102.64-
YUV193.1162.93100.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 201 (78.91% from 255) = 32.95%
BLUE value IS 255 (100% from 255) = 41.80%
R=25.25%
G=32.95%
B=41.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542012550.400.2100212.0810080.2
Hex9AC9FF281500d46450
Octal232311377502500324144120
Binary10011010110010011111111110100010101001101010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ac9ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,201,255); }

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

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

 a { background-color: rgb(154,201,255); }

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

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

 span { border-color: rgb(154,201,255); }

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