Html Css Color HEX #A3CBE6 Sail

📋 copy color: '#A3CBE6'

red 163 ◦ green 203 ◦ blue 230

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

Shades of Sail #A3CBE6

Tints of Sail #A3CBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.59%

R = 27.35%
G = 34.06%
B = 38.59%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A3CBE6 (or 0xA3CBE6) is known color: Sail. HEX triplet: A3, CB and E6. RGB value is (163,203,230). Sum of RGB (Red+Green+Blue) = 163+203+230=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #A3CBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBE6 is #5C3419. Grayscale: #C1C1C1. Windows color (decimal): -6042650 or 15125411. OLE color: 15125411.

HSL color Cylindrical-coordinate representation of color #A3CBE6: hue angle of 204.18º degrees, saturation: 0.57, 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 #A3CBE6 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 203 230 -
CMYK 0.29 0.12 0 0.10
HSL 204.18º 0.57% 0.77% -
HSV(B) 204.18º 0.29% 0.9% -
XYZ 50.74 56.21 83.04 -
YUV 194.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 163 203 230 0.29 0.12 0 0.10 204.18 0.57 0.77
Hex A3 CB E6 1D C 0 A CC 39 4D
Octal 243 313 346 35 14 0 12 314 71 115
Binary 10100011 11001011 11100110 11101 1100 0 1010 11001100 111001 1001101

Color Harmonies of #A3CBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CBE6

Black with #A3CBE6

Text Example


Text Example

White with #A3CBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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