#A4CDEE

Color #A4CDEE Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #A4CDEE

Tints of Sail #A4CDEE

Color information

#A4CDEE (or 0xA4CDEE) is unknown color: approx Sail. HEX triplet: A4, CD and EE. RGB value is (164,205,238). Sum of RGB (Red+Green+Blue) = 164+205+238=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4CDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDEE is #5B3211. Grayscale: #C4C4C4. Windows color (decimal): -5976594 or 15650212. OLE color: 15650212.

HSL color Cylindrical-coordinate representation of color #A4CDEE: hue angle of 206.76º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4CDEE is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164205238-
CMYK0.310.1400.07
HSL206.76º68.52%78.82%-
HSV(B)206.76º31.09%93.33%-
XYZ52.5757.7389.26-
YUV196.5151.42104.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=27.02%
G=33.77%
B=39.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642052380.310.1400.07206.7668.5278.82
HexA4CDEE1FE07cf454f
Octal244315356371607317105117
Binary10100100110011011110111011111111001111100111110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDEE; }

 p { color: rgb(164,205,238); }

 H1.HeaderClassName
 {
   color: #A4CDEE;
 }
 .AnyTagClassName
 {
   color: #A4CDEE;
 }
</style>
background-color css

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

 a { background-color: rgb(164,205,238); }

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

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

 span { border-color: rgb(164,205,238); }

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