Html Css Color HEX #A4D3EA Sail

📋 copy color: '#A4D3EA'

red 164 ◦ green 211 ◦ blue 234

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

Shades of Sail #A4D3EA

Tints of Sail #A4D3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.65%

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 26.93%
G = 34.65%
B = 38.42%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A4D3EA (or 0xA4D3EA) is known color: Sail. HEX triplet: A4, D3 and EA. RGB value is (164,211,234). Sum of RGB (Red+Green+Blue) = 164+211+234=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D3EA is #5B2C15. Grayscale: #C7C7C7. Windows color (decimal): -5975062 or 15389604. OLE color: 15389604.

HSL color Cylindrical-coordinate representation of color #A4D3EA: hue angle of 199.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4D3EA is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 211 234 -
CMYK 0.30 0.10 0 0.08
HSL 199.71º 0.63% 0.78% -
HSV(B) 199.71º 0.3% 0.92% -
XYZ 53.46 60.42 86.69 -
YUV 199.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 164 211 234 0.30 0.10 0 0.08 199.71 0.63 0.78
Hex A4 D3 EA 1E A 0 8 C8 3E 4E
Octal 244 323 352 36 12 0 10 310 76 116
Binary 10100100 11010011 11101010 11110 1010 0 1000 11001000 111110 1001110

Color Harmonies of #A4D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D3EA

Black with #A4D3EA

Text Example


Text Example

White with #A4D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D3EA; }

 p { color: rgb(164,211,234); }

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

background-color css

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

 a { background-color: rgb(164,211,234); }

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

border-color css

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

 span { border-color: rgb(164,211,234); }

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