#9AC1FB

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

Shades of Pale Cornflower Blue #9AC1FB

Tints of Pale Cornflower Blue #9AC1FB

Color information

#9AC1FB (or 0x9AC1FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C1 and FB. RGB value is (154,193,251). Sum of RGB (Red+Green+Blue) = 154+193+251=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AC1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC1FB is #653E04. Grayscale: #BBBBBB. Windows color (decimal): -6635013 or 16499098. OLE color: 16499098.

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

Color convert

RGB154193251-
CMYK0.390.2300.02
HSL215.88º92.38%79.41%-
HSV(B)215.88º38.65%98.43%-
XYZ49.8151.9798.67-
YUV187.95163.58103.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.75%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=25.75%
G=32.27%
B=41.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541932510.390.2300.02215.8892.3879.41
Hex9AC1FB271702d85c4f
Octal232301373472702330134117
Binary100110101100000111111011100111101110101101100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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