Html Css Color HEX #A8C8DE Sail

📋 copy color: '#A8C8DE'

red 168 ◦ green 200 ◦ blue 222

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

Shades of Sail #A8C8DE

Tints of Sail #A8C8DE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.9%

 BLUE value IS 222 (87.11% from 255) = 37.63%

R = 28.47%
G = 33.9%
B = 37.63%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8C8DE (or 0xA8C8DE) is known color: Sail. HEX triplet: A8, C8 and DE. RGB value is (168,200,222). Sum of RGB (Red+Green+Blue) = 168+200+222=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8DE is #573721. Grayscale: #C0C0C0. Windows color (decimal): -5715746 or 14600360. OLE color: 14600360.

HSL color Cylindrical-coordinate representation of color #A8C8DE: hue angle of 204.44º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C8DE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 200 222 -
CMYK 0.24 0.10 0 0.13
HSL 204.44º 0.45% 0.76% -
HSV(B) 204.44º 0.24% 0.87% -
XYZ 49.99 54.91 77.07 -
YUV 192.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 168 200 222 0.24 0.10 0 0.13 204.44 0.45 0.76
Hex A8 C8 DE 18 A 0 D CC 2D 4C
Octal 250 310 336 30 12 0 15 314 55 114
Binary 10101000 11001000 11011110 11000 1010 0 1101 11001100 101101 1001100

Color Harmonies of #A8C8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C8DE

Black with #A8C8DE

Text Example


Text Example

White with #A8C8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C8DE; }

 p { color: rgb(168,200,222); }

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

background-color css

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

 a { background-color: rgb(168,200,222); }

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

border-color css

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

 span { border-color: rgb(168,200,222); }

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