Html Css Color HEX #A8CEEB Sail

📋 copy color: '#A8CEEB'

red 168 ◦ green 206 ◦ blue 235

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

Shades of Sail #A8CEEB

Tints of Sail #A8CEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.83%

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

R = 27.59%
G = 33.83%
B = 38.59%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8CEEB (or 0xA8CEEB) is known color: Sail. HEX triplet: A8, CE and EB. RGB value is (168,206,235). Sum of RGB (Red+Green+Blue) = 168+206+235=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEEB is #573114. Grayscale: #C5C5C5. Windows color (decimal): -5714197 or 15453864. OLE color: 15453864.

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

Color convert

RGB 168 206 235 -
CMYK 0.29 0.12 0 0.08
HSL 205.97º 0.63% 0.79% -
HSV(B) 205.97º 0.29% 0.92% -
XYZ 53.22 58.47 87.08 -
YUV 197.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 168 206 235 0.29 0.12 0 0.08 205.97 0.63 0.79
Hex A8 CE EB 1D C 0 8 CE 3F 4F
Octal 250 316 353 35 14 0 10 316 77 117
Binary 10101000 11001110 11101011 11101 1100 0 1000 11001110 111111 1001111

Color Harmonies of #A8CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEEB

Black with #A8CEEB

Text Example


Text Example

White with #A8CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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