Html Css Color HEX #A7D2EA Sail

📋 copy color: '#A7D2EA'

red 167 ◦ green 210 ◦ blue 234

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

Shades of Sail #A7D2EA

Tints of Sail #A7D2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.37%

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 27.33%
G = 34.37%
B = 38.3%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A7D2EA (or 0xA7D2EA) is known color: Sail. HEX triplet: A7, D2 and EA. RGB value is (167,210,234). Sum of RGB (Red+Green+Blue) = 167+210+234=611 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.33% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D2EA is #582D15. Grayscale: #C7C7C7. Windows color (decimal): -5778710 or 15389351. OLE color: 15389351.

HSL color Cylindrical-coordinate representation of color #A7D2EA: hue angle of 201.49º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7D2EA is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 210 234 -
CMYK 0.29 0.10 0 0.08
HSL 201.49º 0.61% 0.79% -
HSV(B) 201.49º 0.29% 0.92% -
XYZ 53.83 60.25 86.63 -
YUV 199.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 167 210 234 0.29 0.10 0 0.08 201.49 0.61 0.79
Hex A7 D2 EA 1D A 0 8 C9 3D 4F
Octal 247 322 352 35 12 0 10 311 75 117
Binary 10100111 11010010 11101010 11101 1010 0 1000 11001001 111101 1001111

Color Harmonies of #A7D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D2EA

Black with #A7D2EA

Text Example


Text Example

White with #A7D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D2EA; }

 p { color: rgb(167,210,234); }

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

background-color css

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

 a { background-color: rgb(167,210,234); }

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

border-color css

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

 span { border-color: rgb(167,210,234); }

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