#9AC3FB

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

Shades of Pale Cornflower Blue #9AC3FB

Tints of Pale Cornflower Blue #9AC3FB

Color information

#9AC3FB (or 0x9AC3FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C3 and FB. RGB value is (154,195,251). Sum of RGB (Red+Green+Blue) = 154+195+251=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AC3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC3FB is #653C04. Grayscale: #BCBCBC. Windows color (decimal): -6634501 or 16499610. OLE color: 16499610.

HSL color Cylindrical-coordinate representation of color #9AC3FB: hue angle of 214.64º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AC3FB is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154195251-
CMYK0.390.2200.02
HSL214.64º92.38%79.41%-
HSV(B)214.64º38.65%98.43%-
XYZ50.2552.8798.82-
YUV189.12162.92102.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.67%
GREEN value IS 195 (76.56% from 255) = 32.5%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=25.67%
G=32.5%
B=41.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541952510.390.2200.02214.6492.3879.41
Hex9AC3FB271602d75c4f
Octal232303373472602327134117
Binary100110101100001111111011100111101100101101011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,251); }

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

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

 a { background-color: rgb(154,195,251); }

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

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

 span { border-color: rgb(154,195,251); }

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