Html Css Color HEX #A5CBEA Sail

📋 copy color: '#A5CBEA'

red 165 ◦ green 203 ◦ blue 234

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

Shades of Sail #A5CBEA

Tints of Sail #A5CBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.72%

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

R = 27.41%
G = 33.72%
B = 38.87%

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

#A5CBEA (or 0xA5CBEA) is known color: Sail. HEX triplet: A5, CB and EA. RGB value is (165,203,234). Sum of RGB (Red+Green+Blue) = 165+203+234=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBEA is #5A3415. Grayscale: #C3C3C3. Windows color (decimal): -5911574 or 15387557. OLE color: 15387557.

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

Color convert

RGB 165 203 234 -
CMYK 0.29 0.13 0 0.08
HSL 206.96º 0.62% 0.78% -
HSV(B) 206.96º 0.29% 0.92% -
XYZ 51.72 56.65 86.05 -
YUV 195.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 165 203 234 0.29 0.13 0 0.08 206.96 0.62 0.78
Hex A5 CB EA 1D D 0 8 CF 3E 4E
Octal 245 313 352 35 15 0 10 317 76 116
Binary 10100101 11001011 11101010 11101 1101 0 1000 11001111 111110 1001110

Color Harmonies of #A5CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBEA

Black with #A5CBEA

Text Example


Text Example

White with #A5CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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