Html Css Color HEX #A5CEEC Sail

📋 copy color: '#A5CEEC'

red 165 ◦ green 206 ◦ blue 236

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

Shades of Sail #A5CEEC

Tints of Sail #A5CEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 27.18%
G = 33.94%
B = 38.88%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5CEEC (or 0xA5CEEC) is known color: Sail. HEX triplet: A5, CE and EC. RGB value is (165,206,236). Sum of RGB (Red+Green+Blue) = 165+206+236=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CEEC is #5A3113. Grayscale: #C5C5C5. Windows color (decimal): -5910804 or 15519397. OLE color: 15519397.

HSL color Cylindrical-coordinate representation of color #A5CEEC: hue angle of 205.35º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5CEEC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 206 236 -
CMYK 0.30 0.13 0 0.07
HSL 205.35º 0.65% 0.79% -
HSV(B) 205.35º 0.3% 0.93% -
XYZ 52.73 58.2 87.81 -
YUV 197.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 165 206 236 0.30 0.13 0 0.07 205.35 0.65 0.79
Hex A5 CE EC 1E D 0 7 CD 41 4F
Octal 245 316 354 36 15 0 7 315 101 117
Binary 10100101 11001110 11101100 11110 1101 0 111 11001101 1000001 1001111

Color Harmonies of #A5CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CEEC

Black with #A5CEEC

Text Example


Text Example

White with #A5CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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