Html Css Color HEX #A3CBE5 Sail

📋 copy color: '#A3CBE5'

red 163 ◦ green 203 ◦ blue 229

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

Shades of Sail #A3CBE5

Tints of Sail #A3CBE5

RGB

 RED value IS 163 (64.06% from 255) = 27.39%

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

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 27.39%
G = 34.12%
B = 38.49%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A3CBE5 (or 0xA3CBE5) is known color: Sail. HEX triplet: A3, CB and E5. RGB value is (163,203,229). Sum of RGB (Red+Green+Blue) = 163+203+229=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3CBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBE5 is #5C341A. Grayscale: #C1C1C1. Windows color (decimal): -6042651 or 15059875. OLE color: 15059875.

HSL color Cylindrical-coordinate representation of color #A3CBE5: hue angle of 203.64º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3CBE5 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 203 229 -
CMYK 0.29 0.11 0 0.10
HSL 203.64º 0.56% 0.77% -
HSV(B) 203.64º 0.29% 0.9% -
XYZ 50.6 56.16 82.3 -
YUV 194 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 163 203 229 0.29 0.11 0 0.10 203.64 0.56 0.77
Hex A3 CB E5 1D B 0 A CC 38 4D
Octal 243 313 345 35 13 0 12 314 70 115
Binary 10100011 11001011 11100101 11101 1011 0 1010 11001100 111000 1001101

Color Harmonies of #A3CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CBE5

Black with #A3CBE5

Text Example


Text Example

White with #A3CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CBE5; }

 p { color: rgb(163,203,229); }

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

background-color css

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

 a { background-color: rgb(163,203,229); }

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

border-color css

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

 span { border-color: rgb(163,203,229); }

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