#9AC2FE

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

Shades of Pale Cornflower Blue #9AC2FE

Tints of Pale Cornflower Blue #9AC2FE

Color information

#9AC2FE (or 0x9AC2FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C2 and FE. RGB value is (154,194,254). Sum of RGB (Red+Green+Blue) = 154+194+254=602 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.58% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AC2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC2FE is #653D01. Grayscale: #BCBCBC. Windows color (decimal): -6634754 or 16695962. OLE color: 16695962.

HSL color Cylindrical-coordinate representation of color #9AC2FE: hue angle of 216º 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 #9AC2FE is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154194254-
CMYK0.390.2400.00
HSL216º98.04%80%-
HSV(B)216º39.37%99.61%-
XYZ50.5152.61101.26-
YUV188.88164.75103.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.58%
GREEN value IS 194 (76.17% from 255) = 32.23%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=25.58%
G=32.23%
B=42.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541942540.390.2400.0021698.0480
Hex9AC2FE271800d86250
Octal232302376473000330142120
Binary10011010110000101111111010011111000001101100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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