#9AC6FE

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

Shades of Pale Cornflower Blue #9AC6FE

Tints of Pale Cornflower Blue #9AC6FE

Color information

#9AC6FE (or 0x9AC6FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C6 and FE. RGB value is (154,198,254). Sum of RGB (Red+Green+Blue) = 154+198+254=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AC6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC6FE is #653901. Grayscale: #BEBEBE. Windows color (decimal): -6633730 or 16696986. OLE color: 16696986.

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

Color convert

RGB154198254-
CMYK0.390.2200.00
HSL213.6º98.04%80%-
HSV(B)213.6º39.37%99.61%-
XYZ51.4154.41101.56-
YUV191.23163.42101.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.41%
GREEN value IS 198 (77.73% from 255) = 32.67%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=25.41%
G=32.67%
B=41.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541982540.390.2200.00213.698.0480
Hex9AC6FE271600d66250
Octal232306376472600326142120
Binary10011010110001101111111010011110110001101011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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