Html Css Color HEX #A8CBEA Sail

📋 copy color: '#A8CBEA'

red 168 ◦ green 203 ◦ blue 234

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

Shades of Sail #A8CBEA

Tints of Sail #A8CBEA

RGB

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

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

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

R = 27.77%
G = 33.55%
B = 38.68%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8CBEA (or 0xA8CBEA) is known color: Sail. HEX triplet: A8, CB and EA. RGB value is (168,203,234). Sum of RGB (Red+Green+Blue) = 168+203+234=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBEA is #573415. Grayscale: #C3C3C3. Windows color (decimal): -5714966 or 15387560. OLE color: 15387560.

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

Color convert

RGB 168 203 234 -
CMYK 0.28 0.13 0 0.08
HSL 208.18º 0.61% 0.79% -
HSV(B) 208.18º 0.28% 0.92% -
XYZ 52.36 56.98 86.08 -
YUV 196.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 168 203 234 0.28 0.13 0 0.08 208.18 0.61 0.79
Hex A8 CB EA 1C D 0 8 D0 3D 4F
Octal 250 313 352 34 15 0 10 320 75 117
Binary 10101000 11001011 11101010 11100 1101 0 1000 11010000 111101 1001111

Color Harmonies of #A8CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBEA

Black with #A8CBEA

Text Example


Text Example

White with #A8CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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