#9ACBFC

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

Shades of Sail #9ACBFC

Tints of Sail #9ACBFC

Color information

#9ACBFC (or 0x9ACBFC) is unknown color: approx Sail. HEX triplet: 9A, CB and FC. RGB value is (154,203,252). Sum of RGB (Red+Green+Blue) = 154+203+252=609 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.29% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ACBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACBFC is #653403. Grayscale: #C1C1C1. Windows color (decimal): -6632452 or 16567194. OLE color: 16567194.

HSL color Cylindrical-coordinate representation of color #9ACBFC: hue angle of 210º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACBFC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154203252-
CMYK0.390.1900.01
HSL210º94.23%79.61%-
HSV(B)210º38.89%98.82%-
XYZ52.2556.61100.27-
YUV193.94160.7799.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.29%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=25.29%
G=33.33%
B=41.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542032520.390.1900.0121094.2379.61
Hex9ACBFC271301d25e50
Octal232313374472301322136120
Binary10011010110010111111110010011110011011101001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,252); }

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

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

 a { background-color: rgb(154,203,252); }

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

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

 span { border-color: rgb(154,203,252); }

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