Html Css Color HEX #A8D5F1 Sail

📋 copy color: '#A8D5F1'

red 168 ◦ green 213 ◦ blue 241

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

Shades of Sail #A8D5F1

Tints of Sail #A8D5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.75%

R = 27.01%
G = 34.24%
B = 38.75%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A8D5F1 (or 0xA8D5F1) is known color: Sail. HEX triplet: A8, D5 and F1. RGB value is (168,213,241). Sum of RGB (Red+Green+Blue) = 168+213+241=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8D5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D5F1 is #572A0E. Grayscale: #CACACA. Windows color (decimal): -5712399 or 15848872. OLE color: 15848872.

HSL color Cylindrical-coordinate representation of color #A8D5F1: hue angle of 203.01º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D5F1 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 213 241 -
CMYK 0.30 0.12 0 0.05
HSL 203.01º 0.72% 0.8% -
HSV(B) 203.01º 0.3% 0.95% -
XYZ 55.82 62.26 92.3 -
YUV 202.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 168 213 241 0.30 0.12 0 0.05 203.01 0.72 0.8
Hex A8 D5 F1 1E C 0 5 CB 48 50
Octal 250 325 361 36 14 0 5 313 110 120
Binary 10101000 11010101 11110001 11110 1100 0 101 11001011 1001000 1010000

Color Harmonies of #A8D5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5F1

Black with #A8D5F1

Text Example


Text Example

White with #A8D5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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