#9ACFE1

Color #9ACFE1 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #9ACFE1

Tints of French Pass #9ACFE1

Color information

#9ACFE1 (or 0x9ACFE1) is unknown color: approx French Pass. HEX triplet: 9A, CF and E1. RGB value is (154,207,225). Sum of RGB (Red+Green+Blue) = 154+207+225=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ACFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFE1 is #65301E. Grayscale: #C1C1C1. Windows color (decimal): -6631455 or 14798746. OLE color: 14798746.

HSL color Cylindrical-coordinate representation of color #9ACFE1: hue angle of 195.21º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ACFE1 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB154207225-
CMYK0.320.0800.12
HSL195.21º54.2%74.31%-
HSV(B)195.21º31.56%88.24%-
XYZ49.2356.9379.63-
YUV193.2145.94100.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.28%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 225 (88.28% from 255) = 38.40%
R=26.28%
G=35.32%
B=38.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542072250.320.0800.12195.2154.274.31
Hex9ACFE12080Cc3364a
Octal232317341401001430366112
Binary100110101100111111100001100000100001100110000111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,225); }

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

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

 a { background-color: rgb(154,207,225); }

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

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

 span { border-color: rgb(154,207,225); }

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