Html Css Color HEX #A8CCEB Sail

📋 copy color: '#A8CCEB'

red 168 ◦ green 204 ◦ blue 235

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

Shades of Sail #A8CCEB

Tints of Sail #A8CCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.61%

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

R = 27.68%
G = 33.61%
B = 38.71%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8CCEB (or 0xA8CCEB) is known color: Sail. HEX triplet: A8, CC and EB. RGB value is (168,204,235). Sum of RGB (Red+Green+Blue) = 168+204+235=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8CCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCEB is #573314. Grayscale: #C4C4C4. Windows color (decimal): -5714709 or 15453352. OLE color: 15453352.

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

Color convert

RGB 168 204 235 -
CMYK 0.29 0.13 0 0.08
HSL 207.76º 0.63% 0.79% -
HSV(B) 207.76º 0.29% 0.92% -
XYZ 52.74 57.51 86.92 -
YUV 196.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 168 204 235 0.29 0.13 0 0.08 207.76 0.63 0.79
Hex A8 CC EB 1D D 0 8 D0 3F 4F
Octal 250 314 353 35 15 0 10 320 77 117
Binary 10101000 11001100 11101011 11101 1101 0 1000 11010000 111111 1001111

Color Harmonies of #A8CCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCEB

Black with #A8CCEB

Text Example


Text Example

White with #A8CCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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