Html Css Color HEX #A4CAEB Sail

📋 copy color: '#A4CAEB'

red 164 ◦ green 202 ◦ blue 235

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

Shades of Sail #A4CAEB

Tints of Sail #A4CAEB

RGB

 RED value IS 164 (64.45% from 255) = 27.29%

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

 BLUE value IS 235 (92.19% from 255) = 39.1%

R = 27.29%
G = 33.61%
B = 39.1%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A4CAEB (or 0xA4CAEB) is known color: Sail. HEX triplet: A4, CA and EB. RGB value is (164,202,235). Sum of RGB (Red+Green+Blue) = 164+202+235=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4CAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAEB is #5B3514. Grayscale: #C2C2C2. Windows color (decimal): -5977365 or 15452836. OLE color: 15452836.

HSL color Cylindrical-coordinate representation of color #A4CAEB: hue angle of 207.89º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4CAEB is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 202 235 -
CMYK 0.30 0.14 0 0.08
HSL 207.89º 0.64% 0.78% -
HSV(B) 207.89º 0.3% 0.92% -
XYZ 51.43 56.13 86.72 -
YUV 194.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 164 202 235 0.30 0.14 0 0.08 207.89 0.64 0.78
Hex A4 CA EB 1E E 0 8 D0 40 4E
Octal 244 312 353 36 16 0 10 320 100 116
Binary 10100100 11001010 11101011 11110 1110 0 1000 11010000 1000000 1001110

Color Harmonies of #A4CAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CAEB

Black with #A4CAEB

Text Example


Text Example

White with #A4CAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CAEB; }

 p { color: rgb(164,202,235); }

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

background-color css

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

 a { background-color: rgb(164,202,235); }

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

border-color css

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

 span { border-color: rgb(164,202,235); }

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