Html Css Color HEX #A5CEEA Sail

📋 copy color: '#A5CEEA'

red 165 ◦ green 206 ◦ blue 234

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

Shades of Sail #A5CEEA

Tints of Sail #A5CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.05%

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

R = 27.27%
G = 34.05%
B = 38.68%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5CEEA (or 0xA5CEEA) is known color: Sail. HEX triplet: A5, CE and EA. RGB value is (165,206,234). Sum of RGB (Red+Green+Blue) = 165+206+234=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CEEA is #5A3115. Grayscale: #C4C4C4. Windows color (decimal): -5910806 or 15388325. OLE color: 15388325.

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

Color convert

RGB 165 206 234 -
CMYK 0.29 0.12 0 0.08
HSL 204.35º 0.62% 0.78% -
HSV(B) 204.35º 0.29% 0.92% -
XYZ 52.44 58.08 86.29 -
YUV 196.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 165 206 234 0.29 0.12 0 0.08 204.35 0.62 0.78
Hex A5 CE EA 1D C 0 8 CC 3E 4E
Octal 245 316 352 35 14 0 10 314 76 116
Binary 10100101 11001110 11101010 11101 1100 0 1000 11001100 111110 1001110

Color Harmonies of #A5CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CEEA

Black with #A5CEEA

Text Example


Text Example

White with #A5CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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