Html Css Color HEX #A8CCE1 Sail

📋 copy color: '#A8CCE1'

red 168 ◦ green 204 ◦ blue 225

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

Shades of Sail #A8CCE1

Tints of Sail #A8CCE1

RGB

 RED value IS 168 (66.02% from 255) = 28.14%

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

 BLUE value IS 225 (88.28% from 255) = 37.69%

R = 28.14%
G = 34.17%
B = 37.69%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A8CCE1 (or 0xA8CCE1) is known color: Sail. HEX triplet: A8, CC and E1. RGB value is (168,204,225). Sum of RGB (Red+Green+Blue) = 168+204+225=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #A8CCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCE1 is #57331E. Grayscale: #C3C3C3. Windows color (decimal): -5714719 or 14797992. OLE color: 14797992.

HSL color Cylindrical-coordinate representation of color #A8CCE1: hue angle of 202.11º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8CCE1 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 204 225 -
CMYK 0.25 0.09 0 0.12
HSL 202.11º 0.49% 0.77% -
HSV(B) 202.11º 0.25% 0.88% -
XYZ 51.33 56.95 79.52 -
YUV 195.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 168 204 225 0.25 0.09 0 0.12 202.11 0.49 0.77
Hex A8 CC E1 19 9 0 C CA 31 4D
Octal 250 314 341 31 11 0 14 312 61 115
Binary 10101000 11001100 11100001 11001 1001 0 1100 11001010 110001 1001101

Color Harmonies of #A8CCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCE1

Black with #A8CCE1

Text Example


Text Example

White with #A8CCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCE1; }

 p { color: rgb(168,204,225); }

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

background-color css

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

 a { background-color: rgb(168,204,225); }

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

border-color css

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

 span { border-color: rgb(168,204,225); }

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