Html Css Color HEX #A8CDEB Sail

📋 copy color: '#A8CDEB'

red 168 ◦ green 205 ◦ blue 235

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

Shades of Sail #A8CDEB

Tints of Sail #A8CDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.72%

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

R = 27.63%
G = 33.72%
B = 38.65%

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

#A8CDEB (or 0xA8CDEB) is known color: Sail. HEX triplet: A8, CD and EB. RGB value is (168,205,235). Sum of RGB (Red+Green+Blue) = 168+205+235=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDEB is #573214. Grayscale: #C5C5C5. Windows color (decimal): -5714453 or 15453608. OLE color: 15453608.

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

Color convert

RGB 168 205 235 -
CMYK 0.29 0.13 0 0.08
HSL 206.87º 0.63% 0.79% -
HSV(B) 206.87º 0.29% 0.92% -
XYZ 52.98 57.99 87 -
YUV 197.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 168 205 235 0.29 0.13 0 0.08 206.87 0.63 0.79
Hex A8 CD EB 1D D 0 8 CF 3F 4F
Octal 250 315 353 35 15 0 10 317 77 117
Binary 10101000 11001101 11101011 11101 1101 0 1000 11001111 111111 1001111

Color Harmonies of #A8CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDEB

Black with #A8CDEB

Text Example


Text Example

White with #A8CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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