Html Css Color HEX #A5D2EB Sail

📋 copy color: '#A5D2EB'

red 165 ◦ green 210 ◦ blue 235

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

Shades of Sail #A5D2EB

Tints of Sail #A5D2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 27.05%
G = 34.43%
B = 38.52%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5D2EB (or 0xA5D2EB) is known color: Sail. HEX triplet: A5, D2 and EB. RGB value is (165,210,235). Sum of RGB (Red+Green+Blue) = 165+210+235=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D2EB is #5A2D14. Grayscale: #C7C7C7. Windows color (decimal): -5909781 or 15454885. OLE color: 15454885.

HSL color Cylindrical-coordinate representation of color #A5D2EB: hue angle of 201.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D2EB is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 210 235 -
CMYK 0.30 0.11 0 0.08
HSL 201.43º 0.64% 0.78% -
HSV(B) 201.43º 0.3% 0.92% -
XYZ 53.56 60.09 87.37 -
YUV 199.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 165 210 235 0.30 0.11 0 0.08 201.43 0.64 0.78
Hex A5 D2 EB 1E B 0 8 C9 40 4E
Octal 245 322 353 36 13 0 10 311 100 116
Binary 10100101 11010010 11101011 11110 1011 0 1000 11001001 1000000 1001110

Color Harmonies of #A5D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2EB

Black with #A5D2EB

Text Example


Text Example

White with #A5D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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