#9AC8FE

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

Shades of Pale Cornflower Blue #9AC8FE

Tints of Pale Cornflower Blue #9AC8FE

Color information

#9AC8FE (or 0x9AC8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C8 and FE. RGB value is (154,200,254). Sum of RGB (Red+Green+Blue) = 154+200+254=608 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.33% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC8FE is #653701. Grayscale: #C0C0C0. Windows color (decimal): -6633218 or 16697498. OLE color: 16697498.

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

Color convert

RGB154200254-
CMYK0.390.2100.00
HSL212.4º98.04%80%-
HSV(B)212.4º39.37%99.61%-
XYZ51.8755.33101.71-
YUV192.4162.76100.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.33%
GREEN value IS 200 (78.52% from 255) = 32.89%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=25.33%
G=32.89%
B=41.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542002540.390.2100.00212.498.0480
Hex9AC8FE271500d46250
Octal232310376472500324142120
Binary10011010110010001111111010011110101001101010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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