Html Css Color HEX #A4CDE5 Sail

📋 copy color: '#A4CDE5'

red 164 ◦ green 205 ◦ blue 229

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

Shades of Sail #A4CDE5

Tints of Sail #A4CDE5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.28%

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

R = 27.42%
G = 34.28%
B = 38.29%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A4CDE5 (or 0xA4CDE5) is known color: Sail. HEX triplet: A4, CD and E5. RGB value is (164,205,229). Sum of RGB (Red+Green+Blue) = 164+205+229=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #A4CDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDE5 is #5B321A. Grayscale: #C3C3C3. Windows color (decimal): -5976603 or 15060388. OLE color: 15060388.

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

Color convert

RGB 164 205 229 -
CMYK 0.28 0.10 0 0.10
HSL 202.15º 0.56% 0.77% -
HSV(B) 202.15º 0.28% 0.9% -
XYZ 51.28 57.21 82.47 -
YUV 195.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 164 205 229 0.28 0.10 0 0.10 202.15 0.56 0.77
Hex A4 CD E5 1C A 0 A CA 38 4D
Octal 244 315 345 34 12 0 12 312 70 115
Binary 10100100 11001101 11100101 11100 1010 0 1010 11001010 111000 1001101

Color Harmonies of #A4CDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDE5

Black with #A4CDE5

Text Example


Text Example

White with #A4CDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDE5; }

 p { color: rgb(164,205,229); }

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

background-color css

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

 a { background-color: rgb(164,205,229); }

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

border-color css

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

 span { border-color: rgb(164,205,229); }

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