Html Css Color HEX #A8D1EA Sail

📋 copy color: '#A8D1EA'

red 168 ◦ green 209 ◦ blue 234

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

Shades of Sail #A8D1EA

Tints of Sail #A8D1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.21%

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

R = 27.5%
G = 34.21%
B = 38.3%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8D1EA (or 0xA8D1EA) is known color: Sail. HEX triplet: A8, D1 and EA. RGB value is (168,209,234). Sum of RGB (Red+Green+Blue) = 168+209+234=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D1EA is #572E15. Grayscale: #C7C7C7. Windows color (decimal): -5713430 or 15389096. OLE color: 15389096.

HSL color Cylindrical-coordinate representation of color #A8D1EA: hue angle of 202.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8D1EA is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 209 234 -
CMYK 0.28 0.11 0 0.08
HSL 202.73º 0.61% 0.79% -
HSV(B) 202.73º 0.28% 0.92% -
XYZ 53.8 59.87 86.56 -
YUV 199.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 168 209 234 0.28 0.11 0 0.08 202.73 0.61 0.79
Hex A8 D1 EA 1C B 0 8 CB 3D 4F
Octal 250 321 352 34 13 0 10 313 75 117
Binary 10101000 11010001 11101010 11100 1011 0 1000 11001011 111101 1001111

Color Harmonies of #A8D1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D1EA

Black with #A8D1EA

Text Example


Text Example

White with #A8D1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D1EA; }

 p { color: rgb(168,209,234); }

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

background-color css

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

 a { background-color: rgb(168,209,234); }

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

border-color css

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

 span { border-color: rgb(168,209,234); }

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