Html Css Color HEX #A8CDE4 Sail

📋 copy color: '#A8CDE4'

red 168 ◦ green 205 ◦ blue 228

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

Shades of Sail #A8CDE4

Tints of Sail #A8CDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.94%

R = 27.95%
G = 34.11%
B = 37.94%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A8CDE4 (or 0xA8CDE4) is known color: Sail. HEX triplet: A8, CD and E4. RGB value is (168,205,228). Sum of RGB (Red+Green+Blue) = 168+205+228=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #A8CDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDE4 is #57321B. Grayscale: #C4C4C4. Windows color (decimal): -5714460 or 14994856. OLE color: 14994856.

HSL color Cylindrical-coordinate representation of color #A8CDE4: hue angle of 203º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8CDE4 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 205 228 -
CMYK 0.26 0.10 0 0.11
HSL 203º 0.53% 0.78% -
HSV(B) 203º 0.26% 0.89% -
XYZ 51.98 57.59 81.77 -
YUV 196.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 168 205 228 0.26 0.10 0 0.11 203 0.53 0.78
Hex A8 CD E4 1A A 0 B CB 35 4E
Octal 250 315 344 32 12 0 13 313 65 116
Binary 10101000 11001101 11100100 11010 1010 0 1011 11001011 110101 1001110

Color Harmonies of #A8CDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDE4

Black with #A8CDE4

Text Example


Text Example

White with #A8CDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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