Html Css Color HEX #A3CBE8 Sail

📋 copy color: '#A3CBE8'

red 163 ◦ green 203 ◦ blue 232

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

Shades of Sail #A3CBE8

Tints of Sail #A3CBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.8%

R = 27.26%
G = 33.95%
B = 38.8%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A3CBE8 (or 0xA3CBE8) is known color: Sail. HEX triplet: A3, CB and E8. RGB value is (163,203,232). Sum of RGB (Red+Green+Blue) = 163+203+232=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #A3CBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBE8 is #5C3417. Grayscale: #C2C2C2. Windows color (decimal): -6042648 or 15256483. OLE color: 15256483.

HSL color Cylindrical-coordinate representation of color #A3CBE8: hue angle of 205.22º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3CBE8 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 203 232 -
CMYK 0.30 0.12 0 0.09
HSL 205.22º 0.6% 0.77% -
HSV(B) 205.22º 0.3% 0.91% -
XYZ 51.03 56.32 84.53 -
YUV 194.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 163 203 232 0.30 0.12 0 0.09 205.22 0.6 0.77
Hex A3 CB E8 1E C 0 9 CD 3C 4D
Octal 243 313 350 36 14 0 11 315 74 115
Binary 10100011 11001011 11101000 11110 1100 0 1001 11001101 111100 1001101

Color Harmonies of #A3CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CBE8

Black with #A3CBE8

Text Example


Text Example

White with #A3CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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