Html Css Color HEX #A5D2EA Sail

📋 copy color: '#A5D2EA'

red 165 ◦ green 210 ◦ blue 234

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

Shades of Sail #A5D2EA

Tints of Sail #A5D2EA

RGB

 RED value IS 165 (64.84% from 255) = 27.09%

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

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

R = 27.09%
G = 34.48%
B = 38.42%

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

#A5D2EA (or 0xA5D2EA) is known color: Sail. HEX triplet: A5, D2 and EA. RGB value is (165,210,234). Sum of RGB (Red+Green+Blue) = 165+210+234=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D2EA is #5A2D15. Grayscale: #C7C7C7. Windows color (decimal): -5909782 or 15389349. OLE color: 15389349.

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

Color convert

RGB 165 210 234 -
CMYK 0.29 0.10 0 0.08
HSL 200.87º 0.62% 0.78% -
HSV(B) 200.87º 0.29% 0.92% -
XYZ 53.41 60.03 86.61 -
YUV 199.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 165 210 234 0.29 0.10 0 0.08 200.87 0.62 0.78
Hex A5 D2 EA 1D A 0 8 C9 3E 4E
Octal 245 322 352 35 12 0 10 311 76 116
Binary 10100101 11010010 11101010 11101 1010 0 1000 11001001 111110 1001110

Color Harmonies of #A5D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2EA

Black with #A5D2EA

Text Example


Text Example

White with #A5D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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