Html Css Color HEX #A9CDE4 Sail

📋 copy color: '#A9CDE4'

red 169 ◦ green 205 ◦ blue 228

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

Shades of Sail #A9CDE4

Tints of Sail #A9CDE4

RGB

 RED value IS 169 (66.41% from 255) = 28.07%

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

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

R = 28.07%
G = 34.05%
B = 37.87%

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

#A9CDE4 (or 0xA9CDE4) is known color: Sail. HEX triplet: A9, CD and E4. RGB value is (169,205,228). Sum of RGB (Red+Green+Blue) = 169+205+228=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #A9CDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDE4 is #56321B. Grayscale: #C4C4C4. Windows color (decimal): -5648924 or 14994857. OLE color: 14994857.

HSL color Cylindrical-coordinate representation of color #A9CDE4: hue angle of 203.39º degrees, saturation: 0.52, 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 #A9CDE4 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 205 228 -
CMYK 0.26 0.10 0 0.11
HSL 203.39º 0.52% 0.78% -
HSV(B) 203.39º 0.26% 0.89% -
XYZ 52.2 57.7 81.78 -
YUV 196.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 169 205 228 0.26 0.10 0 0.11 203.39 0.52 0.78
Hex A9 CD E4 1A A 0 B CB 34 4E
Octal 251 315 344 32 12 0 13 313 64 116
Binary 10101001 11001101 11100100 11010 1010 0 1011 11001011 110100 1001110

Color Harmonies of #A9CDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CDE4

Black with #A9CDE4

Text Example


Text Example

White with #A9CDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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