Html Css Color HEX #A8D3EC Sail

📋 copy color: '#A8D3EC'

red 168 ◦ green 211 ◦ blue 236

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

Shades of Sail #A8D3EC

Tints of Sail #A8D3EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 27.32%
G = 34.31%
B = 38.37%

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

#A8D3EC (or 0xA8D3EC) is known color: Sail. HEX triplet: A8, D3 and EC. RGB value is (168,211,236). Sum of RGB (Red+Green+Blue) = 168+211+236=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8D3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D3EC is #572C13. Grayscale: #C8C8C8. Windows color (decimal): -5712916 or 15520680. OLE color: 15520680.

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

Color convert

RGB 168 211 236 -
CMYK 0.29 0.11 0 0.07
HSL 202.06º 0.64% 0.79% -
HSV(B) 202.06º 0.29% 0.93% -
XYZ 54.58 60.97 88.25 -
YUV 200.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 168 211 236 0.29 0.11 0 0.07 202.06 0.64 0.79
Hex A8 D3 EC 1D B 0 7 CA 40 4F
Octal 250 323 354 35 13 0 7 312 100 117
Binary 10101000 11010011 11101100 11101 1011 0 111 11001010 1000000 1001111

Color Harmonies of #A8D3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D3EC

Black with #A8D3EC

Text Example


Text Example

White with #A8D3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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