Html Css Color HEX #A4CCEA Sail

📋 copy color: '#A4CCEA'

red 164 ◦ green 204 ◦ blue 234

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

Shades of Sail #A4CCEA

Tints of Sail #A4CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.89%

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

R = 27.24%
G = 33.89%
B = 38.87%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A4CCEA (or 0xA4CCEA) is known color: Sail. HEX triplet: A4, CC and EA. RGB value is (164,204,234). Sum of RGB (Red+Green+Blue) = 164+204+234=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCEA is #5B3315. Grayscale: #C3C3C3. Windows color (decimal): -5976854 or 15387812. OLE color: 15387812.

HSL color Cylindrical-coordinate representation of color #A4CCEA: hue angle of 205.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 #A4CCEA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 204 234 -
CMYK 0.30 0.13 0 0.08
HSL 205.71º 0.63% 0.78% -
HSV(B) 205.71º 0.3% 0.92% -
XYZ 51.75 57.02 86.12 -
YUV 195.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 164 204 234 0.30 0.13 0 0.08 205.71 0.63 0.78
Hex A4 CC EA 1E D 0 8 CE 3E 4E
Octal 244 314 352 36 15 0 10 316 76 116
Binary 10100100 11001100 11101010 11110 1101 0 1000 11001110 111110 1001110

Color Harmonies of #A4CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCEA

Black with #A4CCEA

Text Example


Text Example

White with #A4CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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