Html Css Color HEX #A8CEEA Sail

📋 copy color: '#A8CEEA'

red 168 ◦ green 206 ◦ blue 234

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

Shades of Sail #A8CEEA

Tints of Sail #A8CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.88%

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 27.63%
G = 33.88%
B = 38.49%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8CEEA (or 0xA8CEEA) is known color: Sail. HEX triplet: A8, CE and EA. RGB value is (168,206,234). Sum of RGB (Red+Green+Blue) = 168+206+234=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEEA is #573115. Grayscale: #C5C5C5. Windows color (decimal): -5714198 or 15388328. OLE color: 15388328.

HSL color Cylindrical-coordinate representation of color #A8CEEA: hue angle of 205.45º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8CEEA is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 206 234 -
CMYK 0.28 0.12 0 0.08
HSL 205.45º 0.61% 0.79% -
HSV(B) 205.45º 0.28% 0.92% -
XYZ 53.07 58.41 86.32 -
YUV 197.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 168 206 234 0.28 0.12 0 0.08 205.45 0.61 0.79
Hex A8 CE EA 1C C 0 8 CD 3D 4F
Octal 250 316 352 34 14 0 10 315 75 117
Binary 10101000 11001110 11101010 11100 1100 0 1000 11001101 111101 1001111

Color Harmonies of #A8CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEEA

Black with #A8CEEA

Text Example


Text Example

White with #A8CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEEA; }

 p { color: rgb(168,206,234); }

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

background-color css

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

 a { background-color: rgb(168,206,234); }

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

border-color css

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

 span { border-color: rgb(168,206,234); }

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