Html Css Color HEX #A8CBE8 Sail

📋 copy color: '#A8CBE8'

red 168 ◦ green 203 ◦ blue 232

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

Shades of Sail #A8CBE8

Tints of Sail #A8CBE8

RGB

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

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

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

R = 27.86%
G = 33.67%
B = 38.47%

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

#A8CBE8 (or 0xA8CBE8) is known color: Sail. HEX triplet: A8, CB and E8. RGB value is (168,203,232). Sum of RGB (Red+Green+Blue) = 168+203+232=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8CBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBE8 is #573417. Grayscale: #C3C3C3. Windows color (decimal): -5714968 or 15256488. OLE color: 15256488.

HSL color Cylindrical-coordinate representation of color #A8CBE8: hue angle of 207.19º 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 #A8CBE8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 203 232 -
CMYK 0.28 0.12 0 0.09
HSL 207.19º 0.58% 0.78% -
HSV(B) 207.19º 0.28% 0.91% -
XYZ 52.07 56.86 84.58 -
YUV 195.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 168 203 232 0.28 0.12 0 0.09 207.19 0.58 0.78
Hex A8 CB E8 1C C 0 9 CF 3A 4E
Octal 250 313 350 34 14 0 11 317 72 116
Binary 10101000 11001011 11101000 11100 1100 0 1001 11001111 111010 1001110

Color Harmonies of #A8CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBE8

Black with #A8CBE8

Text Example


Text Example

White with #A8CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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