Html Css Color HEX #A8CEEE Sail

📋 copy color: '#A8CEEE'

red 168 ◦ green 206 ◦ blue 238

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

Shades of Sail #A8CEEE

Tints of Sail #A8CEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 27.45%
G = 33.66%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8CEEE (or 0xA8CEEE) is known color: Sail. HEX triplet: A8, CE and EE. RGB value is (168,206,238). Sum of RGB (Red+Green+Blue) = 168+206+238=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEEE is #573111. Grayscale: #C6C6C6. Windows color (decimal): -5714194 or 15650472. OLE color: 15650472.

HSL color Cylindrical-coordinate representation of color #A8CEEE: hue angle of 207.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CEEE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 206 238 -
CMYK 0.29 0.13 0 0.07
HSL 207.43º 0.67% 0.8% -
HSV(B) 207.43º 0.29% 0.93% -
XYZ 53.65 58.64 89.38 -
YUV 198.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 168 206 238 0.29 0.13 0 0.07 207.43 0.67 0.8
Hex A8 CE EE 1D D 0 7 CF 43 50
Octal 250 316 356 35 15 0 7 317 103 120
Binary 10101000 11001110 11101110 11101 1101 0 111 11001111 1000011 1010000

Color Harmonies of #A8CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEEE

Black with #A8CEEE

Text Example


Text Example

White with #A8CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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