#9AC2FD

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

Shades of Pale Cornflower Blue #9AC2FD

Tints of Pale Cornflower Blue #9AC2FD

Color information

#9AC2FD (or 0x9AC2FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C2 and FD. RGB value is (154,194,253). Sum of RGB (Red+Green+Blue) = 154+194+253=601 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.62% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AC2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC2FD is #653D02. Grayscale: #BCBCBC. Windows color (decimal): -6634755 or 16630426. OLE color: 16630426.

HSL color Cylindrical-coordinate representation of color #9AC2FD: hue angle of 215.76º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AC2FD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154194253-
CMYK0.390.2300.01
HSL215.76º96.12%79.8%-
HSV(B)215.76º39.13%99.22%-
XYZ50.3552.55100.42-
YUV188.77164.25103.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.62%
GREEN value IS 194 (76.17% from 255) = 32.28%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=25.62%
G=32.28%
B=42.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541942530.390.2300.01215.7696.1279.8
Hex9AC2FD271701d86050
Octal232302375472701330140120
Binary10011010110000101111110110011110111011101100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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