Html Css Color HEX #A5CDE8 Sail

📋 copy color: '#A5CDE8'

red 165 ◦ green 205 ◦ blue 232

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

Shades of Sail #A5CDE8

Tints of Sail #A5CDE8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.05%

 BLUE value IS 232 (91.02% from 255) = 38.54%

R = 27.41%
G = 34.05%
B = 38.54%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A5CDE8 (or 0xA5CDE8) is known color: Sail. HEX triplet: A5, CD and E8. RGB value is (165,205,232). Sum of RGB (Red+Green+Blue) = 165+205+232=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5CDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDE8 is #5A3217. Grayscale: #C3C3C3. Windows color (decimal): -5911064 or 15256997. OLE color: 15256997.

HSL color Cylindrical-coordinate representation of color #A5CDE8: hue angle of 204.18º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CDE8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 205 232 -
CMYK 0.29 0.12 0 0.09
HSL 204.18º 0.59% 0.78% -
HSV(B) 204.18º 0.29% 0.91% -
XYZ 51.91 57.49 84.7 -
YUV 196.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 165 205 232 0.29 0.12 0 0.09 204.18 0.59 0.78
Hex A5 CD E8 1D C 0 9 CC 3B 4E
Octal 245 315 350 35 14 0 11 314 73 116
Binary 10100101 11001101 11101000 11101 1100 0 1001 11001100 111011 1001110

Color Harmonies of #A5CDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDE8

Black with #A5CDE8

Text Example


Text Example

White with #A5CDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDE8; }

 p { color: rgb(165,205,232); }

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

background-color css

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

 a { background-color: rgb(165,205,232); }

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

border-color css

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

 span { border-color: rgb(165,205,232); }

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