Html Css Color HEX #A5CCE8 Sail

📋 copy color: '#A5CCE8'

red 165 ◦ green 204 ◦ blue 232

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

Shades of Sail #A5CCE8

Tints of Sail #A5CCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.94%

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

R = 27.45%
G = 33.94%
B = 38.6%

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

#A5CCE8 (or 0xA5CCE8) is known color: Sail. HEX triplet: A5, CC and E8. RGB value is (165,204,232). Sum of RGB (Red+Green+Blue) = 165+204+232=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CCE8 is #5A3317. Grayscale: #C3C3C3. Windows color (decimal): -5911320 or 15256741. OLE color: 15256741.

HSL color Cylindrical-coordinate representation of color #A5CCE8: hue angle of 205.07º 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 #A5CCE8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

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

Color Harmonies of #A5CCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCE8

Black with #A5CCE8

Text Example


Text Example

White with #A5CCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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