Html Css Color HEX #A8D0EE Sail

📋 copy color: '#A8D0EE'

red 168 ◦ green 208 ◦ blue 238

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

Shades of Sail #A8D0EE

Tints of Sail #A8D0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 27.36%
G = 33.88%
B = 38.76%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8D0EE (or 0xA8D0EE) is known color: Sail. HEX triplet: A8, D0 and EE. RGB value is (168,208,238). Sum of RGB (Red+Green+Blue) = 168+208+238=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8D0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0EE is #572F11. Grayscale: #C7C7C7. Windows color (decimal): -5713682 or 15650984. OLE color: 15650984.

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

Color convert

RGB 168 208 238 -
CMYK 0.29 0.13 0 0.07
HSL 205.71º 0.67% 0.8% -
HSV(B) 205.71º 0.29% 0.93% -
XYZ 54.14 59.61 89.54 -
YUV 199.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 168 208 238 0.29 0.13 0 0.07 205.71 0.67 0.8
Hex A8 D0 EE 1D D 0 7 CE 43 50
Octal 250 320 356 35 15 0 7 316 103 120
Binary 10101000 11010000 11101110 11101 1101 0 111 11001110 1000011 1010000

Color Harmonies of #A8D0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D0EE

Black with #A8D0EE

Text Example


Text Example

White with #A8D0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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