Html Css Color HEX #A8CBE0 Sail

📋 copy color: '#A8CBE0'

red 168 ◦ green 203 ◦ blue 224

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

Shades of Sail #A8CBE0

Tints of Sail #A8CBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 28.24%
G = 34.12%
B = 37.65%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A8CBE0 (or 0xA8CBE0) is known color: Sail. HEX triplet: A8, CB and E0. RGB value is (168,203,224). Sum of RGB (Red+Green+Blue) = 168+203+224=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #A8CBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBE0 is #57341F. Grayscale: #C2C2C2. Windows color (decimal): -5714976 or 14732200. OLE color: 14732200.

HSL color Cylindrical-coordinate representation of color #A8CBE0: hue angle of 202.5º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8CBE0 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 203 224 -
CMYK 0.25 0.09 0 0.12
HSL 202.5º 0.47% 0.77% -
HSV(B) 202.5º 0.25% 0.88% -
XYZ 50.96 56.42 78.73 -
YUV 194.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 168 203 224 0.25 0.09 0 0.12 202.5 0.47 0.77
Hex A8 CB E0 19 9 0 C CA 2F 4D
Octal 250 313 340 31 11 0 14 312 57 115
Binary 10101000 11001011 11100000 11001 1001 0 1100 11001010 101111 1001101

Color Harmonies of #A8CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBE0

Black with #A8CBE0

Text Example


Text Example

White with #A8CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBE0; }

 p { color: rgb(168,203,224); }

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

background-color css

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

 a { background-color: rgb(168,203,224); }

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

border-color css

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

 span { border-color: rgb(168,203,224); }

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