Html Css Color HEX #A3CBEB Sail

📋 copy color: '#A3CBEB'

red 163 ◦ green 203 ◦ blue 235

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

Shades of Sail #A3CBEB

Tints of Sail #A3CBEB

RGB

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

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

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

R = 27.12%
G = 33.78%
B = 39.1%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A3CBEB (or 0xA3CBEB) is known color: Sail. HEX triplet: A3, CB and EB. RGB value is (163,203,235). Sum of RGB (Red+Green+Blue) = 163+203+235=601 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.12% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBEB is #5C3414. Grayscale: #C2C2C2. Windows color (decimal): -6042645 or 15453091. OLE color: 15453091.

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

Color convert

RGB 163 203 235 -
CMYK 0.31 0.14 0 0.08
HSL 206.67º 0.64% 0.78% -
HSV(B) 206.67º 0.31% 0.92% -
XYZ 51.46 56.5 86.79 -
YUV 194.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 163 203 235 0.31 0.14 0 0.08 206.67 0.64 0.78
Hex A3 CB EB 1F E 0 8 CF 40 4E
Octal 243 313 353 37 16 0 10 317 100 116
Binary 10100011 11001011 11101011 11111 1110 0 1000 11001111 1000000 1001110

Color Harmonies of #A3CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CBEB

Black with #A3CBEB

Text Example


Text Example

White with #A3CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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