Html Css Color HEX #A5CBE9 Sail

📋 copy color: '#A5CBE9'

red 165 ◦ green 203 ◦ blue 233

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

Shades of Sail #A5CBE9

Tints of Sail #A5CBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.77%

R = 27.45%
G = 33.78%
B = 38.77%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A5CBE9 (or 0xA5CBE9) is known color: Sail. HEX triplet: A5, CB and E9. RGB value is (165,203,233). Sum of RGB (Red+Green+Blue) = 165+203+233=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #A5CBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBE9 is #5A3416. Grayscale: #C2C2C2. Windows color (decimal): -5911575 or 15322021. OLE color: 15322021.

HSL color Cylindrical-coordinate representation of color #A5CBE9: hue angle of 206.47º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CBE9 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 203 233 -
CMYK 0.29 0.13 0 0.09
HSL 206.47º 0.61% 0.78% -
HSV(B) 206.47º 0.29% 0.91% -
XYZ 51.58 56.59 85.3 -
YUV 195.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 165 203 233 0.29 0.13 0 0.09 206.47 0.61 0.78
Hex A5 CB E9 1D D 0 9 CE 3D 4E
Octal 245 313 351 35 15 0 11 316 75 116
Binary 10100101 11001011 11101001 11101 1101 0 1001 11001110 111101 1001110

Color Harmonies of #A5CBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBE9

Black with #A5CBE9

Text Example


Text Example

White with #A5CBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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