Html Css Color HEX #A4C8DE Sail

📋 copy color: '#A4C8DE'

red 164 ◦ green 200 ◦ blue 222

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

Shades of Sail #A4C8DE

Tints of Sail #A4C8DE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.13%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 27.99%
G = 34.13%
B = 37.88%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4C8DE (or 0xA4C8DE) is known color: Sail. HEX triplet: A4, C8 and DE. RGB value is (164,200,222). Sum of RGB (Red+Green+Blue) = 164+200+222=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C8DE is #5B3721. Grayscale: #BFBFBF. Windows color (decimal): -5977890 or 14600356. OLE color: 14600356.

HSL color Cylindrical-coordinate representation of color #A4C8DE: hue angle of 202.76º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4C8DE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 200 222 -
CMYK 0.26 0.10 0 0.13
HSL 202.76º 0.47% 0.76% -
HSV(B) 202.76º 0.26% 0.87% -
XYZ 49.15 54.48 77.03 -
YUV 191.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 164 200 222 0.26 0.10 0 0.13 202.76 0.47 0.76
Hex A4 C8 DE 1A A 0 D CB 2F 4C
Octal 244 310 336 32 12 0 15 313 57 114
Binary 10100100 11001000 11011110 11010 1010 0 1101 11001011 101111 1001100

Color Harmonies of #A4C8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C8DE

Black with #A4C8DE

Text Example


Text Example

White with #A4C8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C8DE; }

 p { color: rgb(164,200,222); }

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

background-color css

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

 a { background-color: rgb(164,200,222); }

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

border-color css

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

 span { border-color: rgb(164,200,222); }

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