Html Css Color HEX #A4D1ED Sail

📋 copy color: '#A4D1ED'

red 164 ◦ green 209 ◦ blue 237

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

Shades of Sail #A4D1ED

Tints of Sail #A4D1ED

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.26%

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 26.89%
G = 34.26%
B = 38.85%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A4D1ED (or 0xA4D1ED) is known color: Sail. HEX triplet: A4, D1 and ED. RGB value is (164,209,237). Sum of RGB (Red+Green+Blue) = 164+209+237=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4D1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D1ED is #5B2E12. Grayscale: #C6C6C6. Windows color (decimal): -5975571 or 15585700. OLE color: 15585700.

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

Color convert

RGB 164 209 237 -
CMYK 0.31 0.12 0 0.07
HSL 203.01º 0.67% 0.79% -
HSV(B) 203.01º 0.31% 0.93% -
XYZ 53.4 59.61 88.81 -
YUV 198.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 164 209 237 0.31 0.12 0 0.07 203.01 0.67 0.79
Hex A4 D1 ED 1F C 0 7 CB 43 4F
Octal 244 321 355 37 14 0 7 313 103 117
Binary 10100100 11010001 11101101 11111 1100 0 111 11001011 1000011 1001111

Color Harmonies of #A4D1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D1ED

Black with #A4D1ED

Text Example


Text Example

White with #A4D1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D1ED; }

 p { color: rgb(164,209,237); }

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

background-color css

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

 a { background-color: rgb(164,209,237); }

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

border-color css

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

 span { border-color: rgb(164,209,237); }

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