Html Css Color HEX #A8CDE8 Sail

📋 copy color: '#A8CDE8'

red 168 ◦ green 205 ◦ blue 232

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

Shades of Sail #A8CDE8

Tints of Sail #A8CDE8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.88%

 BLUE value IS 232 (91.02% from 255) = 38.35%

R = 27.77%
G = 33.88%
B = 38.35%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8CDE8 (or 0xA8CDE8) is known color: Sail. HEX triplet: A8, CD and E8. RGB value is (168,205,232). Sum of RGB (Red+Green+Blue) = 168+205+232=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8CDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDE8 is #573217. Grayscale: #C4C4C4. Windows color (decimal): -5714456 or 15257000. OLE color: 15257000.

HSL color Cylindrical-coordinate representation of color #A8CDE8: hue angle of 205.31º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8CDE8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 205 232 -
CMYK 0.28 0.12 0 0.09
HSL 205.31º 0.58% 0.78% -
HSV(B) 205.31º 0.28% 0.91% -
XYZ 52.55 57.81 84.73 -
YUV 197.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 168 205 232 0.28 0.12 0 0.09 205.31 0.58 0.78
Hex A8 CD E8 1C C 0 9 CD 3A 4E
Octal 250 315 350 34 14 0 11 315 72 116
Binary 10101000 11001101 11101000 11100 1100 0 1001 11001101 111010 1001110

Color Harmonies of #A8CDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDE8

Black with #A8CDE8

Text Example


Text Example

White with #A8CDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDE8; }

 p { color: rgb(168,205,232); }

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

background-color css

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

 a { background-color: rgb(168,205,232); }

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

border-color css

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

 span { border-color: rgb(168,205,232); }

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