#A7CDED

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

Shades of Sail #A7CDED

Tints of Sail #A7CDED

Color information

#A7CDED (or 0xA7CDED) is unknown color: approx Sail. HEX triplet: A7, CD and ED. RGB value is (167,205,237). Sum of RGB (Red+Green+Blue) = 167+205+237=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #A7CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CDED is #583212. Grayscale: #C5C5C5. Windows color (decimal): -5779987 or 15584679. OLE color: 15584679.

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

Color convert

RGB167205237-
CMYK0.300.1400.07
HSL207.43º66.04%79.22%-
HSV(B)207.43º29.54%92.94%-
XYZ53.0557.9988.52-
YUV197.29150.41106.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.42%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=27.42%
G=33.66%
B=38.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672052370.300.1400.07207.4366.0479.22
HexA7CDED1EE07cf424f
Octal247315355361607317102117
Binary10100111110011011110110111110111001111100111110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDED; }

 p { color: rgb(167,205,237); }

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

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

 a { background-color: rgb(167,205,237); }

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

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

 span { border-color: rgb(167,205,237); }

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