Html Css Color HEX #A8D3EB Sail

📋 copy color: '#A8D3EB'

red 168 ◦ green 211 ◦ blue 235

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

Shades of Sail #A8D3EB

Tints of Sail #A8D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.36%

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 27.36%
G = 34.36%
B = 38.27%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8D3EB (or 0xA8D3EB) is known color: Sail. HEX triplet: A8, D3 and EB. RGB value is (168,211,235). Sum of RGB (Red+Green+Blue) = 168+211+235=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8D3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D3EB is #572C14. Grayscale: #C8C8C8. Windows color (decimal): -5712917 or 15455144. OLE color: 15455144.

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

Color convert

RGB 168 211 235 -
CMYK 0.29 0.10 0 0.08
HSL 201.49º 0.63% 0.79% -
HSV(B) 201.49º 0.29% 0.92% -
XYZ 54.44 60.91 87.49 -
YUV 200.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 168 211 235 0.29 0.10 0 0.08 201.49 0.63 0.79
Hex A8 D3 EB 1D A 0 8 C9 3F 4F
Octal 250 323 353 35 12 0 10 311 77 117
Binary 10101000 11010011 11101011 11101 1010 0 1000 11001001 111111 1001111

Color Harmonies of #A8D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D3EB

Black with #A8D3EB

Text Example


Text Example

White with #A8D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D3EB; }

 p { color: rgb(168,211,235); }

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

background-color css

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

 a { background-color: rgb(168,211,235); }

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

border-color css

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

 span { border-color: rgb(168,211,235); }

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