#A3CFEC

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

Shades of Sail #A3CFEC

Tints of Sail #A3CFEC

Color information

#A3CFEC (or 0xA3CFEC) is unknown color: approx Sail. HEX triplet: A3, CF and EC. RGB value is (163,207,236). Sum of RGB (Red+Green+Blue) = 163+207+236=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CFEC is #5C3013. Grayscale: #C4C4C4. Windows color (decimal): -6041620 or 15519651. OLE color: 15519651.

HSL color Cylindrical-coordinate representation of color #A3CFEC: hue angle of 203.84º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CFEC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163207236-
CMYK0.310.1200.07
HSL203.84º65.77%78.24%-
HSV(B)203.84º30.93%92.55%-
XYZ52.5658.4787.87-
YUV197.15149.92103.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.90%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=26.90%
G=34.16%
B=38.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632072360.310.1200.07203.8465.7778.24
HexA3CFEC1FC07cc424e
Octal243317354371407314102116
Binary10100011110011111110110011111110001111100110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CFEC; }

 p { color: rgb(163,207,236); }

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

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

 a { background-color: rgb(163,207,236); }

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

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

 span { border-color: rgb(163,207,236); }

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