Html Css Color HEX #A3CAEE Sail

📋 copy color: '#A3CAEE'

red 163 ◦ green 202 ◦ blue 238

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

Shades of Sail #A3CAEE

Tints of Sail #A3CAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.47%

R = 27.03%
G = 33.5%
B = 39.47%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A3CAEE (or 0xA3CAEE) is known color: Sail. HEX triplet: A3, CA and EE. RGB value is (163,202,238). Sum of RGB (Red+Green+Blue) = 163+202+238=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CAEE is #5C3511. Grayscale: #C2C2C2. Windows color (decimal): -6042898 or 15649443. OLE color: 15649443.

HSL color Cylindrical-coordinate representation of color #A3CAEE: hue angle of 208.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3CAEE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 202 238 -
CMYK 0.32 0.15 0 0.07
HSL 208.8º 0.69% 0.79% -
HSV(B) 208.8º 0.32% 0.93% -
XYZ 51.66 56.2 89.01 -
YUV 194.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 163 202 238 0.32 0.15 0 0.07 208.8 0.69 0.79
Hex A3 CA EE 20 F 0 7 D1 45 4F
Octal 243 312 356 40 17 0 7 321 105 117
Binary 10100011 11001010 11101110 100000 1111 0 111 11010001 1000101 1001111

Color Harmonies of #A3CAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CAEE

Black with #A3CAEE

Text Example


Text Example

White with #A3CAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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