Html Css Color HEX #A3CAE5 Sail

📋 copy color: '#A3CAE5'

red 163 ◦ green 202 ◦ blue 229

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

Shades of Sail #A3CAE5

Tints of Sail #A3CAE5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.01%

 BLUE value IS 229 (89.84% from 255) = 38.55%

R = 27.44%
G = 34.01%
B = 38.55%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A3CAE5 (or 0xA3CAE5) is known color: Sail. HEX triplet: A3, CA and E5. RGB value is (163,202,229). Sum of RGB (Red+Green+Blue) = 163+202+229=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3CAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAE5 is #5C351A. Grayscale: #C1C1C1. Windows color (decimal): -6042907 or 15059619. OLE color: 15059619.

HSL color Cylindrical-coordinate representation of color #A3CAE5: hue angle of 204.55º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3CAE5 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 202 229 -
CMYK 0.29 0.12 0 0.10
HSL 204.55º 0.56% 0.77% -
HSV(B) 204.55º 0.29% 0.9% -
XYZ 50.37 55.68 82.22 -
YUV 193.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 163 202 229 0.29 0.12 0 0.10 204.55 0.56 0.77
Hex A3 CA E5 1D C 0 A CD 38 4D
Octal 243 312 345 35 14 0 12 315 70 115
Binary 10100011 11001010 11100101 11101 1100 0 1010 11001101 111000 1001101

Color Harmonies of #A3CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CAE5

Black with #A3CAE5

Text Example


Text Example

White with #A3CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CAE5; }

 p { color: rgb(163,202,229); }

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

background-color css

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

 a { background-color: rgb(163,202,229); }

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

border-color css

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

 span { border-color: rgb(163,202,229); }

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