#9AC6FB

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

Shades of Pale Cornflower Blue #9AC6FB

Tints of Pale Cornflower Blue #9AC6FB

Color information

#9AC6FB (or 0x9AC6FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C6 and FB. RGB value is (154,198,251). Sum of RGB (Red+Green+Blue) = 154+198+251=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AC6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC6FB is #653904. Grayscale: #BEBEBE. Windows color (decimal): -6633733 or 16500378. OLE color: 16500378.

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

Color convert

RGB154198251-
CMYK0.390.2100.02
HSL212.78º92.38%79.41%-
HSV(B)212.78º38.65%98.43%-
XYZ50.9354.2299.05-
YUV190.89161.92101.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.54%
GREEN value IS 198 (77.73% from 255) = 32.84%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=25.54%
G=32.84%
B=41.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541982510.390.2100.02212.7892.3879.41
Hex9AC6FB271502d55c4f
Octal232306373472502325134117
Binary100110101100011011111011100111101010101101010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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