Html Css Color HEX #A5CBEB Sail

📋 copy color: '#A5CBEB'

red 165 ◦ green 203 ◦ blue 235

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

Shades of Sail #A5CBEB

Tints of Sail #A5CBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.97%

R = 27.36%
G = 33.67%
B = 38.97%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5CBEB (or 0xA5CBEB) is known color: Sail. HEX triplet: A5, CB and EB. RGB value is (165,203,235). Sum of RGB (Red+Green+Blue) = 165+203+235=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBEB is #5A3414. Grayscale: #C3C3C3. Windows color (decimal): -5911573 or 15453093. OLE color: 15453093.

HSL color Cylindrical-coordinate representation of color #A5CBEB: hue angle of 207.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5CBEB is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 203 235 -
CMYK 0.30 0.14 0 0.08
HSL 207.43º 0.64% 0.78% -
HSV(B) 207.43º 0.3% 0.92% -
XYZ 51.87 56.71 86.81 -
YUV 195.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 165 203 235 0.30 0.14 0 0.08 207.43 0.64 0.78
Hex A5 CB EB 1E E 0 8 CF 40 4E
Octal 245 313 353 36 16 0 10 317 100 116
Binary 10100101 11001011 11101011 11110 1110 0 1000 11001111 1000000 1001110

Color Harmonies of #A5CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBEB

Black with #A5CBEB

Text Example


Text Example

White with #A5CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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