Html Css Color HEX #A8CCE4 Sail

📋 copy color: '#A8CCE4'

red 168 ◦ green 204 ◦ blue 228

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

Shades of Sail #A8CCE4

Tints of Sail #A8CCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38%

R = 28%
G = 34%
B = 38%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A8CCE4 (or 0xA8CCE4) is known color: Sail. HEX triplet: A8, CC and E4. RGB value is (168,204,228). Sum of RGB (Red+Green+Blue) = 168+204+228=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #A8CCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCE4 is #57331B. Grayscale: #C3C3C3. Windows color (decimal): -5714716 or 14994600. OLE color: 14994600.

HSL color Cylindrical-coordinate representation of color #A8CCE4: hue angle of 204º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8CCE4 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 204 228 -
CMYK 0.26 0.11 0 0.11
HSL 204º 0.53% 0.78% -
HSV(B) 204º 0.26% 0.89% -
XYZ 51.74 57.11 81.7 -
YUV 195.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 168 204 228 0.26 0.11 0 0.11 204 0.53 0.78
Hex A8 CC E4 1A B 0 B CC 35 4E
Octal 250 314 344 32 13 0 13 314 65 116
Binary 10101000 11001100 11100100 11010 1011 0 1011 11001100 110101 1001110

Color Harmonies of #A8CCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCE4

Black with #A8CCE4

Text Example


Text Example

White with #A8CCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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