Html Css Color HEX #A8D5F3 Sail

📋 copy color: '#A8D5F3'

red 168 ◦ green 213 ◦ blue 243

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

Shades of Sail #A8D5F3

Tints of Sail #A8D5F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.94%

R = 26.92%
G = 34.13%
B = 38.94%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A8D5F3 (or 0xA8D5F3) is known color: Sail. HEX triplet: A8, D5 and F3. RGB value is (168,213,243). Sum of RGB (Red+Green+Blue) = 168+213+243=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8D5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D5F3 is #572A0C. Grayscale: #CACACA. Windows color (decimal): -5712397 or 15979944. OLE color: 15979944.

HSL color Cylindrical-coordinate representation of color #A8D5F3: hue angle of 204º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8D5F3 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 213 243 -
CMYK 0.31 0.12 0 0.05
HSL 204º 0.76% 0.81% -
HSV(B) 204º 0.31% 0.95% -
XYZ 56.12 62.38 93.88 -
YUV 202.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 168 213 243 0.31 0.12 0 0.05 204 0.76 0.81
Hex A8 D5 F3 1F C 0 5 CC 4C 51
Octal 250 325 363 37 14 0 5 314 114 121
Binary 10101000 11010101 11110011 11111 1100 0 101 11001100 1001100 1010001

Color Harmonies of #A8D5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5F3

Black with #A8D5F3

Text Example


Text Example

White with #A8D5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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