Html Css Color HEX #A3CDEB Sail

📋 copy color: '#A3CDEB'

red 163 ◦ green 205 ◦ blue 235

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

Shades of Sail #A3CDEB

Tints of Sail #A3CDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34%

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

R = 27.03%
G = 34%
B = 38.97%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A3CDEB (or 0xA3CDEB) is known color: Sail. HEX triplet: A3, CD and EB. RGB value is (163,205,235). Sum of RGB (Red+Green+Blue) = 163+205+235=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 205 (80.47% from 255 or 34.00% 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 #A3CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDEB is #5C3214. Grayscale: #C3C3C3. Windows color (decimal): -6042133 or 15453603. OLE color: 15453603.

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

Color convert

RGB 163 205 235 -
CMYK 0.31 0.13 0 0.08
HSL 205º 0.64% 0.78% -
HSV(B) 205º 0.31% 0.92% -
XYZ 51.93 57.45 86.95 -
YUV 195.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 163 205 235 0.31 0.13 0 0.08 205 0.64 0.78
Hex A3 CD EB 1F D 0 8 CD 40 4E
Octal 243 315 353 37 15 0 10 315 100 116
Binary 10100011 11001101 11101011 11111 1101 0 1000 11001101 1000000 1001110

Color Harmonies of #A3CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CDEB

Black with #A3CDEB

Text Example


Text Example

White with #A3CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CDEB; }

 p { color: rgb(163,205,235); }

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

background-color css

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

 a { background-color: rgb(163,205,235); }

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

border-color css

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

 span { border-color: rgb(163,205,235); }

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