Html Css Color HEX #A8D0E9 Sail

📋 copy color: '#A8D0E9'

red 168 ◦ green 208 ◦ blue 233

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

Shades of Sail #A8D0E9

Tints of Sail #A8D0E9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.15%

 BLUE value IS 233 (91.41% from 255) = 38.26%

R = 27.59%
G = 34.15%
B = 38.26%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8D0E9 (or 0xA8D0E9) is known color: Sail. HEX triplet: A8, D0 and E9. RGB value is (168,208,233). Sum of RGB (Red+Green+Blue) = 168+208+233=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8D0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0E9 is #572F16. Grayscale: #C6C6C6. Windows color (decimal): -5713687 or 15323304. OLE color: 15323304.

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

Color convert

RGB 168 208 233 -
CMYK 0.28 0.11 0 0.09
HSL 203.08º 0.6% 0.79% -
HSV(B) 203.08º 0.28% 0.91% -
XYZ 53.41 59.32 85.73 -
YUV 198.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 168 208 233 0.28 0.11 0 0.09 203.08 0.6 0.79
Hex A8 D0 E9 1C B 0 9 CB 3C 4F
Octal 250 320 351 34 13 0 11 313 74 117
Binary 10101000 11010000 11101001 11100 1011 0 1001 11001011 111100 1001111

Color Harmonies of #A8D0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D0E9

Black with #A8D0E9

Text Example


Text Example

White with #A8D0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D0E9; }

 p { color: rgb(168,208,233); }

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

background-color css

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

 a { background-color: rgb(168,208,233); }

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

border-color css

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

 span { border-color: rgb(168,208,233); }

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