Html Css Color HEX #A3CFF6 Sail

📋 copy color: '#A3CFF6'

red 163 ◦ green 207 ◦ blue 246

#A3CFF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #A3CFF6

Tints of Sail #A3CFF6

RGB

 RED value IS 163 (64.06% from 255) = 26.46%

 GREEN value IS 207 (81.25% from 255) = 33.6%

 BLUE value IS 246 (96.48% from 255) = 39.94%

R = 26.46%
G = 33.6%
B = 39.94%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A3CFF6 (or 0xA3CFF6) is known color: Sail. HEX triplet: A3, CF and F6. RGB value is (163,207,246). Sum of RGB (Red+Green+Blue) = 163+207+246=616 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.46% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3CFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CFF6 is #5C3009. Grayscale: #C6C6C6. Windows color (decimal): -6041610 or 16175011. OLE color: 16175011.

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

Color convert

RGB 163 207 246 -
CMYK 0.34 0.16 0 0.04
HSL 208.19º 0.82% 0.8% -
HSV(B) 208.19º 0.34% 0.96% -
XYZ 54.05 59.07 95.74 -
YUV 198.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 163 207 246 0.34 0.16 0 0.04 208.19 0.82 0.8
Hex A3 CF F6 22 10 0 4 D0 52 50
Octal 243 317 366 42 20 0 4 320 122 120
Binary 10100011 11001111 11110110 100010 10000 0 100 11010000 1010010 1010000

Color Harmonies of #A3CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CFF6

Black with #A3CFF6

Text Example


Text Example

White with #A3CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CFF6; }

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

 H1.HeaderClassName
 {
   color: #A3CFF6;
 }
 .AnyTagClassName
 {
   color: #A3CFF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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