#9ACCF4

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

Shades of Sail #9ACCF4

Tints of Sail #9ACCF4

Color information

#9ACCF4 (or 0x9ACCF4) is unknown color: approx Sail. HEX triplet: 9A, CC and F4. RGB value is (154,204,244). Sum of RGB (Red+Green+Blue) = 154+204+244=602 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.58% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #9ACCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCF4 is #65330B. Grayscale: #C1C1C1. Windows color (decimal): -6632204 or 16043162. OLE color: 16043162.

HSL color Cylindrical-coordinate representation of color #9ACCF4: hue angle of 206.67º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ACCF4 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB154204244-
CMYK0.370.1600.04
HSL206.67º80.36%78.04%-
HSV(B)206.67º36.89%95.69%-
XYZ51.2556.5993.81-
YUV193.61156.4499.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.58%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 244 (95.70% from 255) = 40.53%
R=25.58%
G=33.89%
B=40.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542042440.370.1600.04206.6780.3678.04
Hex9ACCF4251004cf504e
Octal232314364452004317120116
Binary1001101011001100111101001001011000001001100111110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,204,244); }

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

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

 a { background-color: rgb(154,204,244); }

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

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

 span { border-color: rgb(154,204,244); }

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