Html Css Color HEX #A4D4EC Sail

📋 copy color: '#A4D4EC'

red 164 ◦ green 212 ◦ blue 236

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

Shades of Sail #A4D4EC

Tints of Sail #A4D4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.64%

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 26.8%
G = 34.64%
B = 38.56%

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

#A4D4EC (or 0xA4D4EC) is known color: Sail. HEX triplet: A4, D4 and EC. RGB value is (164,212,236). Sum of RGB (Red+Green+Blue) = 164+212+236=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4D4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D4EC is #5B2B13. Grayscale: #C8C8C8. Windows color (decimal): -5974804 or 15520932. OLE color: 15520932.

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

Color convert

RGB 164 212 236 -
CMYK 0.31 0.10 0 0.07
HSL 200º 0.65% 0.78% -
HSV(B) 200º 0.31% 0.93% -
XYZ 53.99 61.04 88.29 -
YUV 200.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 164 212 236 0.31 0.10 0 0.07 200 0.65 0.78
Hex A4 D4 EC 1F A 0 7 C8 41 4E
Octal 244 324 354 37 12 0 7 310 101 116
Binary 10100100 11010100 11101100 11111 1010 0 111 11001000 1000001 1001110

Color Harmonies of #A4D4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D4EC

Black with #A4D4EC

Text Example


Text Example

White with #A4D4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D4EC; }

 p { color: rgb(164,212,236); }

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

background-color css

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

 a { background-color: rgb(164,212,236); }

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

border-color css

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

 span { border-color: rgb(164,212,236); }

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