Html Css Color HEX #A7D7F9 Sail

📋 copy color: '#A7D7F9'

red 167 ◦ green 215 ◦ blue 249

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

Shades of Sail #A7D7F9

Tints of Sail #A7D7F9

RGB

 RED value IS 167 (65.63% from 255) = 26.47%

 GREEN value IS 215 (84.38% from 255) = 34.07%

 BLUE value IS 249 (97.66% from 255) = 39.46%

R = 26.47%
G = 34.07%
B = 39.46%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7D7F9 (or 0xA7D7F9) is known color: Sail. HEX triplet: A7, D7 and F9. RGB value is (167,215,249). Sum of RGB (Red+Green+Blue) = 167+215+249=631 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.47% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7D7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D7F9 is #582806. Grayscale: #CCCCCC. Windows color (decimal): -5777415 or 16373671. OLE color: 16373671.

HSL color Cylindrical-coordinate representation of color #A7D7F9: hue angle of 204.88º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7D7F9 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 215 249 -
CMYK 0.33 0.14 0 0.02
HSL 204.88º 0.87% 0.82% -
HSV(B) 204.88º 0.33% 0.98% -
XYZ 57.34 63.66 98.89 -
YUV 204.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 167 215 249 0.33 0.14 0 0.02 204.88 0.87 0.82
Hex A7 D7 F9 21 E 0 2 CD 57 52
Octal 247 327 371 41 16 0 2 315 127 122
Binary 10100111 11010111 11111001 100001 1110 0 10 11001101 1010111 1010010

Color Harmonies of #A7D7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D7F9

Black with #A7D7F9

Text Example


Text Example

White with #A7D7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D7F9; }

 p { color: rgb(167,215,249); }

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

background-color css

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

 a { background-color: rgb(167,215,249); }

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

border-color css

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

 span { border-color: rgb(167,215,249); }

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