Html Css Color HEX #A8D4EB Sail

📋 copy color: '#A8D4EB'

red 168 ◦ green 212 ◦ blue 235

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

Shades of Sail #A8D4EB

Tints of Sail #A8D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.47%

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

R = 27.32%
G = 34.47%
B = 38.21%

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

#A8D4EB (or 0xA8D4EB) is known color: Sail. HEX triplet: A8, D4 and EB. RGB value is (168,212,235). Sum of RGB (Red+Green+Blue) = 168+212+235=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D4EB is #572B14. Grayscale: #C9C9C9. Windows color (decimal): -5712661 or 15455400. OLE color: 15455400.

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

Color convert

RGB 168 212 235 -
CMYK 0.29 0.10 0 0.08
HSL 200.6º 0.63% 0.79% -
HSV(B) 200.6º 0.29% 0.92% -
XYZ 54.69 61.41 87.57 -
YUV 201.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 168 212 235 0.29 0.10 0 0.08 200.6 0.63 0.79
Hex A8 D4 EB 1D A 0 8 C9 3F 4F
Octal 250 324 353 35 12 0 10 311 77 117
Binary 10101000 11010100 11101011 11101 1010 0 1000 11001001 111111 1001111

Color Harmonies of #A8D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4EB

Black with #A8D4EB

Text Example


Text Example

White with #A8D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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