#A2CFF3

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

Shades of Sail #A2CFF3

Tints of Sail #A2CFF3

Color information

#A2CFF3 (or 0xA2CFF3) is unknown color: approx Sail. HEX triplet: A2, CF and F3. RGB value is (162,207,243). Sum of RGB (Red+Green+Blue) = 162+207+243=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #A2CFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CFF3 is #5D300C. Grayscale: #C5C5C5. Windows color (decimal): -6107149 or 15978402. OLE color: 15978402.

HSL color Cylindrical-coordinate representation of color #A2CFF3: hue angle of 206.67º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2CFF3 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162207243-
CMYK0.330.1500.05
HSL206.67º77.14%79.41%-
HSV(B)206.67º33.33%95.29%-
XYZ53.3958.7893.33-
YUV197.65153.59102.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.47%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 243 (95.31% from 255) = 39.71%
R=26.47%
G=33.82%
B=39.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622072430.330.1500.05206.6777.1479.41
HexA2CFF321F05cf4d4f
Octal242317363411705317115117
Binary101000101100111111110011100001111101011100111110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CFF3; }

 p { color: rgb(162,207,243); }

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

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

 a { background-color: rgb(162,207,243); }

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

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

 span { border-color: rgb(162,207,243); }

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