Html Css Color HEX #A8D6ED Sail

📋 copy color: '#A8D6ED'

red 168 ◦ green 214 ◦ blue 237

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

Shades of Sail #A8D6ED

Tints of Sail #A8D6ED

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.57%

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 27.14%
G = 34.57%
B = 38.29%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8D6ED (or 0xA8D6ED) is known color: Sail. HEX triplet: A8, D6 and ED. RGB value is (168,214,237). Sum of RGB (Red+Green+Blue) = 168+214+237=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8D6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D6ED is #572912. Grayscale: #CACACA. Windows color (decimal): -5712147 or 15586984. OLE color: 15586984.

HSL color Cylindrical-coordinate representation of color #A8D6ED: hue angle of 200º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D6ED is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 214 237 -
CMYK 0.29 0.10 0 0.07
HSL 200º 0.66% 0.79% -
HSV(B) 200º 0.29% 0.93% -
XYZ 55.48 62.53 89.27 -
YUV 202.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 168 214 237 0.29 0.10 0 0.07 200 0.66 0.79
Hex A8 D6 ED 1D A 0 7 C8 42 4F
Octal 250 326 355 35 12 0 7 310 102 117
Binary 10101000 11010110 11101101 11101 1010 0 111 11001000 1000010 1001111

Color Harmonies of #A8D6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D6ED

Black with #A8D6ED

Text Example


Text Example

White with #A8D6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D6ED; }

 p { color: rgb(168,214,237); }

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

background-color css

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

 a { background-color: rgb(168,214,237); }

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

border-color css

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

 span { border-color: rgb(168,214,237); }

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