Html Css Color HEX #A3CBEA Sail

📋 copy color: '#A3CBEA'

red 163 ◦ green 203 ◦ blue 234

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

Shades of Sail #A3CBEA

Tints of Sail #A3CBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 27.17%
G = 33.83%
B = 39%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A3CBEA (or 0xA3CBEA) is known color: Sail. HEX triplet: A3, CB and EA. RGB value is (163,203,234). Sum of RGB (Red+Green+Blue) = 163+203+234=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBEA is #5C3415. Grayscale: #C2C2C2. Windows color (decimal): -6042646 or 15387555. OLE color: 15387555.

HSL color Cylindrical-coordinate representation of color #A3CBEA: hue angle of 206.2º degrees, saturation: 0.63, 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 #A3CBEA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 203 234 -
CMYK 0.30 0.13 0 0.08
HSL 206.2º 0.63% 0.78% -
HSV(B) 206.2º 0.3% 0.92% -
XYZ 51.31 56.44 86.03 -
YUV 194.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 163 203 234 0.30 0.13 0 0.08 206.2 0.63 0.78
Hex A3 CB EA 1E D 0 8 CE 3F 4E
Octal 243 313 352 36 15 0 10 316 77 116
Binary 10100011 11001011 11101010 11110 1101 0 1000 11001110 111111 1001110

Color Harmonies of #A3CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CBEA

Black with #A3CBEA

Text Example


Text Example

White with #A3CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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