Html Css Color HEX #A5C8EA Sail

📋 copy color: '#A5C8EA'

red 165 ◦ green 200 ◦ blue 234

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

Shades of Sail #A5C8EA

Tints of Sail #A5C8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.39%

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

R = 27.55%
G = 33.39%
B = 39.07%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5C8EA (or 0xA5C8EA) is known color: Sail. HEX triplet: A5, C8 and EA. RGB value is (165,200,234). Sum of RGB (Red+Green+Blue) = 165+200+234=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5C8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C8EA is #5A3715. Grayscale: #C1C1C1. Windows color (decimal): -5912342 or 15386789. OLE color: 15386789.

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

Color convert

RGB 165 200 234 -
CMYK 0.29 0.15 0 0.08
HSL 209.57º 0.62% 0.78% -
HSV(B) 209.57º 0.29% 0.92% -
XYZ 51.02 55.25 85.82 -
YUV 193.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 165 200 234 0.29 0.15 0 0.08 209.57 0.62 0.78
Hex A5 C8 EA 1D F 0 8 D2 3E 4E
Octal 245 310 352 35 17 0 10 322 76 116
Binary 10100101 11001000 11101010 11101 1111 0 1000 11010010 111110 1001110

Color Harmonies of #A5C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C8EA

Black with #A5C8EA

Text Example


Text Example

White with #A5C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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