Html Css Color HEX #A8D5EE Sail

📋 copy color: '#A8D5EE'

red 168 ◦ green 213 ◦ blue 238

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

Shades of Sail #A8D5EE

Tints of Sail #A8D5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.41%

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

R = 27.14%
G = 34.41%
B = 38.45%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8D5EE (or 0xA8D5EE) is known color: Sail. HEX triplet: A8, D5 and EE. RGB value is (168,213,238). Sum of RGB (Red+Green+Blue) = 168+213+238=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8D5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D5EE is #572A11. Grayscale: #CACACA. Windows color (decimal): -5712402 or 15652264. OLE color: 15652264.

HSL color Cylindrical-coordinate representation of color #A8D5EE: hue angle of 201.43º 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 #A8D5EE is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 213 238 -
CMYK 0.29 0.11 0 0.07
HSL 201.43º 0.67% 0.8% -
HSV(B) 201.43º 0.29% 0.93% -
XYZ 55.38 62.09 89.95 -
YUV 202.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 168 213 238 0.29 0.11 0 0.07 201.43 0.67 0.8
Hex A8 D5 EE 1D B 0 7 C9 43 50
Octal 250 325 356 35 13 0 7 311 103 120
Binary 10101000 11010101 11101110 11101 1011 0 111 11001001 1000011 1010000

Color Harmonies of #A8D5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5EE

Black with #A8D5EE

Text Example


Text Example

White with #A8D5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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