Html Css Color HEX #A4D6EE Sail

📋 copy color: '#A4D6EE'

red 164 ◦ green 214 ◦ blue 238

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

Shades of Sail #A4D6EE

Tints of Sail #A4D6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.74%

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

R = 26.62%
G = 34.74%
B = 38.64%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A4D6EE (or 0xA4D6EE) is known color: Sail. HEX triplet: A4, D6 and EE. RGB value is (164,214,238). Sum of RGB (Red+Green+Blue) = 164+214+238=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4D6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D6EE is #5B2911. Grayscale: #C9C9C9. Windows color (decimal): -5974290 or 15652516. OLE color: 15652516.

HSL color Cylindrical-coordinate representation of color #A4D6EE: hue angle of 199.46º degrees, saturation: 0.69, 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 #A4D6EE is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 214 238 -
CMYK 0.31 0.10 0 0.07
HSL 199.46º 0.69% 0.79% -
HSV(B) 199.46º 0.31% 0.93% -
XYZ 54.79 62.16 90 -
YUV 201.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 164 214 238 0.31 0.10 0 0.07 199.46 0.69 0.79
Hex A4 D6 EE 1F A 0 7 C7 45 4F
Octal 244 326 356 37 12 0 7 307 105 117
Binary 10100100 11010110 11101110 11111 1010 0 111 11000111 1000101 1001111

Color Harmonies of #A4D6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D6EE

Black with #A4D6EE

Text Example


Text Example

White with #A4D6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D6EE; }

 p { color: rgb(164,214,238); }

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

background-color css

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

 a { background-color: rgb(164,214,238); }

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

border-color css

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

 span { border-color: rgb(164,214,238); }

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