Html Css Color HEX #A5CCEA Sail

📋 copy color: '#A5CCEA'

red 165 ◦ green 204 ◦ blue 234

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

Shades of Sail #A5CCEA

Tints of Sail #A5CCEA

RGB

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

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

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

R = 27.36%
G = 33.83%
B = 38.81%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5CCEA (or 0xA5CCEA) is known color: Sail. HEX triplet: A5, CC and EA. RGB value is (165,204,234). Sum of RGB (Red+Green+Blue) = 165+204+234=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CCEA is #5A3315. Grayscale: #C3C3C3. Windows color (decimal): -5911318 or 15387813. OLE color: 15387813.

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

Color convert

RGB 165 204 234 -
CMYK 0.29 0.13 0 0.08
HSL 206.09º 0.62% 0.78% -
HSV(B) 206.09º 0.29% 0.92% -
XYZ 51.96 57.13 86.13 -
YUV 195.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 165 204 234 0.29 0.13 0 0.08 206.09 0.62 0.78
Hex A5 CC EA 1D D 0 8 CE 3E 4E
Octal 245 314 352 35 15 0 10 316 76 116
Binary 10100101 11001100 11101010 11101 1101 0 1000 11001110 111110 1001110

Color Harmonies of #A5CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCEA

Black with #A5CCEA

Text Example


Text Example

White with #A5CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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